commit
d07d465cf6
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def make_win_dist(rust_root, gcc_root, target_triple):
|
||||||
elif key == "libraries":
|
elif key == "libraries":
|
||||||
lib_path.extend(val.lstrip(' =').split(';'))
|
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"]
|
rustc_dlls = ["libstdc++-6.dll"]
|
||||||
if target_triple.startswith("i686-"):
|
if target_triple.startswith("i686-"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue