mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
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)]
|
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
|
||||||
if sys.maxsize > 2**32:
|
if sys.maxsize > 2**32:
|
||||||
cmake_args += ['-A', 'x64']
|
cmake_args += ['-A', 'x64']
|
||||||
build_args += ['--', '/m']
|
# Do a parallel build
|
||||||
|
build_args += ['--', '/m']
|
||||||
else:
|
else:
|
||||||
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
|
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
|
||||||
# Do a parallel build
|
# Do a parallel build
|
||||||
|
Loading…
Reference in New Issue
Block a user