We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d69cdca + c982d6a commit bcd75d6Copy full SHA for bcd75d6
src/bootstrap/builder.rs
@@ -427,7 +427,7 @@ impl<'a> Builder<'a> {
427
} else {
428
self.sysroot(compiler)
429
})
430
- .env("RUSTC_LIBDIR", self.sysroot_libdir(compiler, self.build.build))
+ .env("RUSTC_LIBDIR", self.rustc_libdir(compiler))
431
.env("CFG_RELEASE_CHANNEL", &self.build.config.channel)
432
.env("RUSTDOC_REAL", self.rustdoc(compiler));
433
cmd
0 commit comments