]> git.lizzy.rs Git - rust.git/commitdiff
Fix #26803
authorVadim Chugunov <vadimcn@gmail.com>
Wed, 12 Aug 2015 06:19:38 +0000 (23:19 -0700)
committerVadim Chugunov <vadimcn@gmail.com>
Wed, 12 Aug 2015 06:20:19 +0000 (23:20 -0700)
src/etc/make-win-dist.py

index defda27acc9ec663adc816983504002be17c7f55..1c289e711882426f4c3fbddefd2a9a728bdd18c0 100644 (file)
@@ -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-"):