mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
Create the bin dir
This commit is contained in:
@@ -212,6 +212,7 @@ fn copy_to_folder(src: &Path, dest_folder: &Path) {
|
||||
|
||||
//Copy runtime dlls next to rustc.exe
|
||||
let dist_bin_dir = rust_root.join("bin/");
|
||||
fs::create_dir_all(&dist_bin_dir).expect("creating dist_bin_dir failed");
|
||||
for src in rustc_dlls {
|
||||
copy_to_folder(&src, &dist_bin_dir);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user