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 d70873d commit 9a74c06Copy full SHA for 9a74c06
setup.py
@@ -49,10 +49,6 @@ def build_extension(self, ext):
49
if platform.system() == "Windows":
50
cmake_args += [
51
'-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
52
- if os.environ.get('CMAKE_GENERATOR') != "NMake Makefiles":
53
- if sys.maxsize > 2**32:
54
- cmake_args += ['-A', 'x64']
55
- build_args += ['--', '/m']
56
else:
57
build_args += ['--', '-j2']
58
0 commit comments