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 f3a22cc commit 9a9aab3Copy full SHA for 9a9aab3
setup.py
@@ -121,8 +121,8 @@ def get_cmake_args():
121
build_options = []
122
if cfg:
123
build_options.extend(['--build-type', cfg])
124
- if sys.platform == 'win32':
125
- build_options.extend(['-G', 'Ninja', '--skip-generator-test'])
+ #if sys.platform == 'win32':
+ # build_options.extend(['-G', 'Ninja', '--skip-generator-test'])
126
sys.argv[2:2] = build_options
127
128
cmake_args += [
0 commit comments