Skip to content

Commit fa2dfda

Browse files
authored
Rollup merge of rust-lang#59672 - o01eg:fix-59661, r=oli-obk
Revert rust-lld place changes Fixes rust-lang#59661. Instead of rust-lang#59668 it reverts only failed part.
2 parents 79e1dd9 + 5b292ec commit fa2dfda

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)