mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 05:44:31 +00:00
fix parallel
This commit is contained in:
parent
feed1b305f
commit
e887c280d5
@ -21,9 +21,7 @@ class CMake(Make):
|
||||
if len(target):
|
||||
command += ' --target ' + target
|
||||
else:
|
||||
cpus = multiprocessing.cpu_count()
|
||||
if cpus:
|
||||
command += ' --parallel ' + str(cpus)
|
||||
command += ' --parallel'
|
||||
|
||||
cxx = []
|
||||
if cxxFlags is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user