Skip to content

Commit 5b292ec

Browse files
committed
Revert rust-lld place changes.
1 parent 0ba7d41 commit 5b292ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/bootstrap/dist.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -518,8 +518,7 @@ impl Step for Rustc {
518518
.join("bin")
519519
.join(&exe);
520520
// for the rationale about this rename check `compile::copy_lld_to_sysroot`
521-
let dst = image.join(libdir_relative)
522-
.join("rustlib")
521+
let dst = image.join("lib/rustlib")
523522
.join(&*host)
524523
.join("bin")
525524
.join(&exe);

0 commit comments

Comments
 (0)