Skip to content

Commit fbe152d

Browse files
committed
disabling stuff
1 parent c17b4d6 commit fbe152d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ def build_extension(self, ext):
5757
if platform.system() == "Windows":
5858
cmake_args += [
5959
'-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']
60+
# if os.environ.get('CMAKE_GENERATOR') != "NMake Makefiles":
61+
# if sys.maxsize > 2**32:
62+
# cmake_args += ['-A', 'x64']
63+
# build_args += ['--', '/m']
6464
else:
6565
build_args += ['--', '-j2']
6666

0 commit comments

Comments
 (0)