From 5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46 Mon Sep 17 00:00:00 2001 From: O01eg Date: Wed, 3 Apr 2019 18:55:37 +0300 Subject: [PATCH] Revert rust-lld place changes. --- src/bootstrap/dist.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/bootstrap/dist.rs b/src/bootstrap/dist.rs index a4d924d64ee78..a923f2d2ca37e 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);