We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab5ad5 commit 98dcde1Copy full SHA for 98dcde1
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