mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-17 09:23:05 +00:00
Copy bootstrap.exe
on Windows, not bootstrap
This commit is contained in:
parent
790d9d4dd0
commit
2ef3d172c4
@ -2078,7 +2078,7 @@ impl Step for Bootstrap {
|
||||
|
||||
let bootstrap_outdir = &builder.bootstrap_out;
|
||||
for file in &["bootstrap", "llvm-config-wrapper", "rustc", "rustdoc", "sccache-plus-cl"] {
|
||||
tarball.add_file(bootstrap_outdir.join(file), "bootstrap/bin", 0o755);
|
||||
tarball.add_file(bootstrap_outdir.join(exe(file, target)), "bootstrap/bin", 0o755);
|
||||
}
|
||||
|
||||
Some(tarball.generate())
|
||||
|
Loading…
Reference in New Issue
Block a user