We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26bba49 commit 12d6a2cCopy full SHA for 12d6a2c
1 file changed
setup.py
@@ -31,7 +31,8 @@
31
'includes': includes,
32
'excludes': excludes,
33
'compressed': True,
34
- 'optimize': 2
+ 'optimize': 2,
35
+ 'include_msvcr': True,
36
}
37
38
build_options_winmsi = {
0 commit comments