Update src/bootstrap/dist.rs
Co-Authored-By: kennytm <kennytm@gmail.com>
This commit is contained in:
parent
3713ed67fd
commit
cdb6955659
@ -241,7 +241,7 @@ fn make_win_dist(
|
||||
} else {
|
||||
"gcc.exe"
|
||||
};
|
||||
let target_tools = [&compiler, "ld.exe", "dlltool.exe", "libwinpthread-1.dll"];
|
||||
let target_tools = [compiler, "ld.exe", "dlltool.exe", "libwinpthread-1.dll"];
|
||||
let mut rustc_dlls = vec!["libwinpthread-1.dll"];
|
||||
if target_triple.starts_with("i686-") {
|
||||
rustc_dlls.push("libgcc_s_dw2-1.dll");
|
||||
|
Loading…
Reference in New Issue
Block a user