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