Revert rust-lld place changes.

This commit is contained in:
O01eg 2019-04-03 18:55:37 +03:00
parent 0ba7d41b83
commit 5b292ecdb1
No known key found for this signature in database
GPG Key ID: 8FBA74B3E78B4677

View File

@ -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);