diff options
| author | Vadim Chugunov <vadimcn@gmail.com> | 2015-08-11 23:19:38 -0700 |
|---|---|---|
| committer | Vadim Chugunov <vadimcn@gmail.com> | 2015-08-11 23:20:19 -0700 |
| commit | 31be146ba08805635839ee99db2d05f2748d6dcf (patch) | |
| tree | 08c5b539c6db463b8f27dce70944498c8806dd82 /src/etc | |
| parent | 8b3705528ab6a7511928d46c654cc0040272f48d (diff) | |
| download | rust-31be146ba08805635839ee99db2d05f2748d6dcf.tar.gz rust-31be146ba08805635839ee99db2d05f2748d6dcf.zip | |
Fix #26803
Diffstat (limited to 'src/etc')
| -rw-r--r-- | src/etc/make-win-dist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/make-win-dist.py b/src/etc/make-win-dist.py index defda27acc9..1c289e71188 100644 --- a/src/etc/make-win-dist.py +++ b/src/etc/make-win-dist.py @@ -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-"): |
