Skip to content

Commit 21626d5

Browse files
committed
Added conda environment definition and appveyor configuration
1 parent eff1f53 commit 21626d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ def build_extension(self, ext):
4141

4242
if platform.system() == "Windows":
4343
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
44-
# if sys.maxsize > 2**32:
45-
# cmake_args += ['-A', 'x64']
46-
# build_args += ['--', '/m']
44+
if sys.maxsize > 2**32:
45+
cmake_args += ['-A', 'x64']
46+
build_args += ['--', '/m']
4747
else:
4848
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
4949
build_args += ['--', '-j1']

0 commit comments

Comments
 (0)