We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ca447 commit 03bcbbfCopy full SHA for 03bcbbf
src/bootstrap/lib.rs
@@ -865,8 +865,8 @@ impl Build {
865
}
866
867
} else {
868
- let base = self.llvm_out(self.config.build).join("build");
869
- let base = if !self.ninja() && self.config.build.contains("msvc") {
+ let base = self.llvm_out(target).join("build");
+ let base = if !self.ninja() && target.contains("msvc") {
870
if self.config.llvm_optimize {
871
if self.config.llvm_release_debuginfo {
872
base.join("RelWithDebInfo")
0 commit comments