We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b5948d + 31be146 commit d07d465Copy full SHA for d07d465
src/etc/make-win-dist.py
@@ -45,7 +45,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
45
elif key == "libraries":
46
lib_path.extend(val.lstrip(' =').split(';'))
47
48
- target_tools = ["gcc.exe", "ld.exe", "ar.exe", "dlltool.exe", "windres.exe"]
+ target_tools = ["gcc.exe", "ld.exe", "ar.exe", "dlltool.exe"]
49
50
rustc_dlls = ["libstdc++-6.dll"]
51
if target_triple.startswith("i686-"):
0 commit comments