mirror of https://github.com/davisking/dlib.git
Added a comment
This commit is contained in:
parent
e3c78bcd62
commit
106c905b7f
3
setup.py
3
setup.py
|
@ -147,7 +147,8 @@ class CMakeBuild(build_ext):
|
|||
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
|
||||
if sys.maxsize > 2**32:
|
||||
cmake_args += ['-A', 'x64']
|
||||
build_args += ['--', '/m']
|
||||
# Do a parallel build
|
||||
build_args += ['--', '/m']
|
||||
else:
|
||||
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
|
||||
# Do a parallel build
|
||||
|
|
Loading…
Reference in New Issue