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 8b37055 commit 31be146Copy full SHA for 31be146
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