Skip to content

Commit

Permalink
Update src/bootstrap/dist.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: kennytm <kennytm@gmail.com>
  • Loading branch information
mati865 and kennytm committed Feb 29, 2020
1 parent 3713ed6 commit cdb6955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/dist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit cdb6955

Please sign in to comment.