We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ae4ab commit bc06bbbCopy full SHA for bc06bbb
src/bootstrap/dist.rs
@@ -97,6 +97,7 @@ pub fn mingw(build: &Build, host: &str) {
97
let name = format!("rust-mingw-{}", package_vers(build));
98
let image = tmpdir(build).join(format!("{}-{}-image", name, host));
99
let _ = fs::remove_dir_all(&image);
100
+ t!(fs::create_dir_all(&image));
101
102
// The first argument to the script is a "temporary directory" which is just
103
// thrown away (this contains the runtime DLLs included in the rustc package
0 commit comments