We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98489f2 + 9c46479 commit 2c00482Copy full SHA for 2c00482
src/bootstrap/src/core/build_steps/tool.rs
@@ -834,7 +834,7 @@ impl Step for LibcxxVersionTool {
834
let compiler = builder.cxx(self.target).unwrap();
835
let mut cmd = Command::new(compiler);
836
837
- let executable = out_dir.join("libcxx-version");
+ let executable = out_dir.join(exe("libcxx-version", self.target));
838
cmd.arg("-o").arg(&executable).arg(builder.src.join("src/tools/libcxx-version/main.cpp"));
839
840
builder.run_cmd(&mut cmd);
0 commit comments