Skip to content

Commit 0171aee

Browse files
authored
Merge pull request #197 from GalaxySnail/fix-mingw-w64
Fix MinGW-w64 segmentation fault
2 parents fb2a173 + 3e804f4 commit 0171aee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distutils/cygwinccompiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
# VS2013 / MSVC 12.0
4444
1800: ['msvcr120'],
4545
# VS2015 / MSVC 14.0
46-
1900: ['ucrt', 'vcruntime140'],
46+
1900: ['vcruntime140'],
4747
2000: RangeMap.undefined_value,
4848
},
4949
)

0 commit comments

Comments
 (0)