Skip to content

Commit 3b0477b

Browse files
author
Teseo Schneider
committed
multi3d compilation on windows?
1 parent 2c2c4f0 commit 3b0477b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,7 @@ def build_extension(self, ext):
6060
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
6161
if sys.maxsize > 2**32:
6262
cmake_args += ['-A', 'x64']
63-
build_args += ['--', '/m']
64-
build_args += ['--', '/MP']
63+
build_args += ['--', '/m', '/MP']
6564
else:
6665
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
6766
build_args += ['--', '-j2']

0 commit comments

Comments
 (0)