about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorO01eg <o01eg@yandex.ru>2019-04-03 18:55:37 +0300
committerO01eg <o01eg@yandex.ru>2019-04-03 18:55:37 +0300
commit5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46 (patch)
tree7630d52f4a40a2047f18da5a4ce5549cad50a9ff /src
parent0ba7d41b83132ae681dc8746bf23628f86f8a468 (diff)
downloadrust-5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46.tar.gz
rust-5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46.zip
Revert rust-lld place changes.
Diffstat (limited to 'src')
-rw-r--r--src/bootstrap/dist.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs
index a4d924d64ee..a923f2d2ca3 100644
--- a/src/bootstrap/dist.rs
+++ b/src/bootstrap/dist.rs
@@ -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);