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.
1 parent dd1df35 commit c982d6aCopy full SHA for c982d6a
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