提交 31be146b 编写于 作者: V Vadim Chugunov

Fix #26803

上级 8b370552
......@@ -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-"):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册