Skip to content

Commit d07d465

Browse files
committed
Auto merge of rust-lang#27690 - vadimcn:no-windres, r=alexcrichton
Fix rust-lang#26803
2 parents 8b5948d + 31be146 commit d07d465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/make-win-dist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
4545
elif key == "libraries":
4646
lib_path.extend(val.lstrip(' =').split(';'))
4747

48-
target_tools = ["gcc.exe", "ld.exe", "ar.exe", "dlltool.exe", "windres.exe"]
48+
target_tools = ["gcc.exe", "ld.exe", "ar.exe", "dlltool.exe"]
4949

5050
rustc_dlls = ["libstdc++-6.dll"]
5151
if target_triple.startswith("i686-"):

0 commit comments

Comments
 (0)