Skip to content

Commit 9aefdd6

Browse files
committed
ninja -> Ninja
1 parent 4d88d7f commit 9aefdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def build_extension(self, ext):
107107
build_args = ['--config', cfg]
108108

109109
if platform.system() == "Windows":
110-
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir), "-G", "ninja"]
110+
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir), "-G", "Ninja"]
111111
if sys.maxsize > 2**32:
112112
cmake_args += ['-A', 'x64']
113113
build_args += ['--', '/m']

0 commit comments

Comments
 (0)