diff options
| author | O01eg <o01eg@yandex.ru> | 2019-04-03 18:55:37 +0300 |
|---|---|---|
| committer | O01eg <o01eg@yandex.ru> | 2019-04-03 18:55:37 +0300 |
| commit | 5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46 (patch) | |
| tree | 7630d52f4a40a2047f18da5a4ce5549cad50a9ff /src | |
| parent | 0ba7d41b83132ae681dc8746bf23628f86f8a468 (diff) | |
| download | rust-5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46.tar.gz rust-5b292ecdb1ca33a81f80ac2ff8f2b9866498cb46.zip | |
Revert rust-lld place changes.
Diffstat (limited to 'src')
| -rw-r--r-- | src/bootstrap/dist.rs | 3 |
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); |
