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
1
setup.py
1
setup.py
@ -147,6 +147,7 @@ class CMakeBuild(build_ext):
|
||||
cmake_args += ['-DCMAKE_LIBRARY_OUTPUT_DIRECTORY_{}={}'.format(cfg.upper(), extdir)]
|
||||
if sys.maxsize > 2**32:
|
||||
cmake_args += ['-A', 'x64']
|
||||
# Do a parallel build
|
||||
build_args += ['--', '/m']
|
||||
else:
|
||||
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
|
||||
|
Loading…
Reference in New Issue
Block a user