We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3970d87 commit eca928eCopy full SHA for eca928e
setup.py
@@ -90,7 +90,7 @@ def msys_system(command):
90
91
CROSS_COMPILING = ("_PYTHON_HOST_PLATFORM" in os.environ)
92
HOST_PLATFORM = get_platform()
93
-MS_WINDOWS = (HOST_PLATFORM == 'win32')
+MS_WINDOWS = (HOST_PLATFORM == 'win32' or HOST_PLATFORM == 'mingw')
94
CYGWIN = (HOST_PLATFORM == 'cygwin')
95
MACOS = (HOST_PLATFORM == 'darwin')
96
AIX = (HOST_PLATFORM.startswith('aix'))
0 commit comments