We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3713ed6 commit cdb6955Copy full SHA for cdb6955
src/bootstrap/dist.rs
@@ -241,7 +241,7 @@ fn make_win_dist(
241
} else {
242
"gcc.exe"
243
};
244
- let target_tools = [&compiler, "ld.exe", "dlltool.exe", "libwinpthread-1.dll"];
+ let target_tools = [compiler, "ld.exe", "dlltool.exe", "libwinpthread-1.dll"];
245
let mut rustc_dlls = vec!["libwinpthread-1.dll"];
246
if target_triple.starts_with("i686-") {
247
rustc_dlls.push("libgcc_s_dw2-1.dll");
0 commit comments