mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-29 15:14:33 +00:00
fix
This commit is contained in:
parent
0c2cde4d2f
commit
a8689ba10b
@ -75,6 +75,10 @@ class BaseModule:
|
||||
|
||||
def makeCommand(self, props):
|
||||
command = ['make']
|
||||
|
||||
if self.platform == BaseModule.P_Windows:
|
||||
command = ['mingw32-make']
|
||||
|
||||
cpus = multiprocessing.cpu_count()
|
||||
|
||||
if cpus:
|
||||
|
Loading…
x
Reference in New Issue
Block a user