mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 22:34:30 +00:00
fix typo error
This commit is contained in:
parent
05c319cf6d
commit
9555bf0ba4
@ -34,7 +34,7 @@ class CMake(Make):
|
||||
cpus = multiprocessing.cpu_count()
|
||||
|
||||
if cpus:
|
||||
command += '--parallel ' str(cpus)
|
||||
command += '--parallel ' + str(cpus)
|
||||
|
||||
return command
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user