We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3f6a56 + 98dcde1 commit 65623dbCopy full SHA for 65623db
src/etc/make-win-dist.py
@@ -50,6 +50,8 @@ def make_win_dist(rust_root, gcc_root, target_triple):
50
rustc_dlls = ["libstdc++-6.dll"]
51
if target_triple.startswith("i686-"):
52
rustc_dlls.append("libgcc_s_dw2-1.dll")
53
+ else:
54
+ rustc_dlls.append("libgcc_s_seh-1.dll")
55
56
target_libs = [ # MinGW libs
57
"crtbegin.o",
0 commit comments