Skip to content

Commit 9a9aab3

Browse files
committed
Disable ninja
1 parent f3a22cc commit 9a9aab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def get_cmake_args():
121121
build_options = []
122122
if cfg:
123123
build_options.extend(['--build-type', cfg])
124-
if sys.platform == 'win32':
125-
build_options.extend(['-G', 'Ninja', '--skip-generator-test'])
124+
#if sys.platform == 'win32':
125+
# build_options.extend(['-G', 'Ninja', '--skip-generator-test'])
126126
sys.argv[2:2] = build_options
127127

128128
cmake_args += [

0 commit comments

Comments
 (0)