Skip to content

Commit

Permalink
Rollup merge of rust-lang#59672 - o01eg:fix-59661, r=oli-obk
Browse files Browse the repository at this point in the history
Revert rust-lld place changes

Fixes rust-lang#59661.

Instead of rust-lang#59668 it reverts only failed part.
  • Loading branch information
Centril committed Apr 3, 2019
2 parents ee4c083 + 5b292ec commit 4688691
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -518,8 +518,7 @@ impl Step for Rustc {
.join("bin")
.join(&exe);
// for the rationale about this rename check `compile::copy_lld_to_sysroot`
let dst = image.join(libdir_relative)
.join("rustlib")
let dst = image.join("lib/rustlib")
.join(&*host)
.join("bin")
.join(&exe);
Expand Down

0 comments on commit 4688691

Please sign in to comment.