mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-26 22:04:32 +00:00
fix parallel thread count
This commit is contained in:
parent
ab58358461
commit
8e1c25fdb1
@ -21,7 +21,7 @@ class CMake(Make):
|
||||
if len(target):
|
||||
command += ' --target ' + target
|
||||
else:
|
||||
command += ' --parallel'
|
||||
command += ' --parallel 4'
|
||||
|
||||
cxx = []
|
||||
if cxxFlags is not None:
|
||||
|
Loading…
x
Reference in New Issue
Block a user