Skip to content

Commit cdb6955

Browse files
mati865kennytm
andcommitted
Update src/bootstrap/dist.rs
Co-Authored-By: kennytm <[email protected]>
1 parent 3713ed6 commit cdb6955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/dist.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ fn make_win_dist(
241241
} else {
242242
"gcc.exe"
243243
};
244-
let target_tools = [&compiler, "ld.exe", "dlltool.exe", "libwinpthread-1.dll"];
244+
let target_tools = [compiler, "ld.exe", "dlltool.exe", "libwinpthread-1.dll"];
245245
let mut rustc_dlls = vec!["libwinpthread-1.dll"];
246246
if target_triple.starts_with("i686-") {
247247
rustc_dlls.push("libgcc_s_dw2-1.dll");

0 commit comments

Comments
 (0)