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 c17b4d6 commit fbe152dCopy full SHA for fbe152d
setup.py
@@ -57,10 +57,10 @@ def build_extension(self, ext):
57
if platform.system() == "Windows":
58
cmake_args += [
59
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
60
- if os.environ.get('CMAKE_GENERATOR') != "NMake Makefiles":
61
- if sys.maxsize > 2**32:
62
- cmake_args += ['-A', 'x64']
63
- build_args += ['--', '/m']
+ # if os.environ.get('CMAKE_GENERATOR') != "NMake Makefiles":
+ # if sys.maxsize > 2**32:
+ # cmake_args += ['-A', 'x64']
+ # build_args += ['--', '/m']
64
else:
65
build_args += ['--', '-j2']
66
0 commit comments