Skip to content

Commit

Permalink
Revert rust-lld place changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
o01eg committed Apr 3, 2019
1 parent 0ba7d41 commit 5b292ec
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 5b292ec

Please sign in to comment.