]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #40479 - sezaru:master, r=alexcrichton
authorAriel Ben-Yehuda <arielb1@mail.tau.ac.il>
Wed, 5 Apr 2017 23:01:03 +0000 (23:01 +0000)
committerGitHub <noreply@github.com>
Wed, 5 Apr 2017 23:01:03 +0000 (23:01 +0000)
commit540fc2c546797cab48565c07e5de78a062c5464f
treefb8deeeac12431b81d8331beb6bb3ff6f51c1fd5
parent91ae22a012fae7fa7589b1bba77bf4579708ee33
parent56902fbe71b9b0a9b327972412fca085a8770e61
Rollup merge of #40479 - sezaru:master, r=alexcrichton

Fixes other targets rustlibs installation

When the user select more than one target to generate rustlibs for, rustbuild will only install the host one.

This patch fixes it, more info in https://github.com/rust-lang/rust/issues/39235#issuecomment-285878858