Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 659a19b + 73c5884 commit cdd5026Copy full SHA for cdd5026
SConstruct
@@ -16,7 +16,7 @@ if sys.platform.startswith('linux'):
16
host_platform = 'linux'
17
elif sys.platform == 'darwin':
18
host_platform = 'osx'
19
-elif sys.platform == 'win32':
+elif sys.platform == 'win32' or sys.platform == 'msys':
20
host_platform = 'windows'
21
else:
22
raise ValueError(
0 commit comments