mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
fix envWraper
This commit is contained in:
parent
5d058897ca
commit
7a707cd5e1
@ -105,7 +105,7 @@ class Make(BaseModule):
|
|||||||
'android': self.androidXmakeEnv,
|
'android': self.androidXmakeEnv,
|
||||||
}
|
}
|
||||||
|
|
||||||
return platformEnv[platform](self, step)
|
return platformEnv[platform](step)
|
||||||
|
|
||||||
def dustepIf(step):
|
def dustepIf(step):
|
||||||
return checkFunc(step) and platformCgek[platform](step)
|
return checkFunc(step) and platformCgek[platform](step)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user