Skip to content

Commit b234f28

Browse files
author
Teseo Schneider
committed
multi3d compilation on windows?
1 parent c910980 commit b234f28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +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']
63+
build_args += ['--', '/m4']
6464
else:
6565
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
6666
build_args += ['--', '-j2']

0 commit comments

Comments
 (0)