Skip to content

Commit

Permalink
ninja -> Ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Jan 25, 2021
1 parent 4d88d7f commit 9aefdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def build_extension(self, ext):
build_args = ['--config', cfg]

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

0 comments on commit 9aefdd6

Please sign in to comment.