Skip to content

Commit 7eebabe

Browse files
committed
Create the bin dir
1 parent 173f693 commit 7eebabe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/bootstrap/dist.rs

+1
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ fn make_win_dist(rust_root: &Path, plat_root: &Path, target_triple: &str, build:
212212

213213
//Copy runtime dlls next to rustc.exe
214214
let dist_bin_dir = rust_root.join("bin/");
215+
fs::create_dir_all(&dist_bin_dir).expect("creating dist_bin_dir failed");
215216
for src in rustc_dlls {
216217
copy_to_folder(&src, &dist_bin_dir);
217218
}

0 commit comments

Comments
 (0)