Skip to content

Commit

Permalink
Fix #26803
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimcn committed Aug 12, 2015
1 parent 8b37055 commit 31be146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/etc/make-win-dist.py
Expand Up @@ -45,7 +45,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
elif key == "libraries":
lib_path.extend(val.lstrip(' =').split(';'))

target_tools = ["gcc.exe", "ld.exe", "ar.exe", "dlltool.exe", "windres.exe"]
target_tools = ["gcc.exe", "ld.exe", "ar.exe", "dlltool.exe"]

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

0 comments on commit 31be146

Please sign in to comment.