Skip to content

Commit 9a74c06

Browse files
remove platform spefication for windows
1 parent d70873d commit 9a74c06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

setup.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ def build_extension(self, ext):
4949
if platform.system() == "Windows":
5050
cmake_args += [
5151
'-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']
5652
else:
5753
build_args += ['--', '-j2']
5854

0 commit comments

Comments
 (0)