mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-04-27 06:14:32 +00:00
gix typo error
This commit is contained in:
parent
797fc91996
commit
f99561d72f
@ -151,7 +151,7 @@ class CMake(Make):
|
|||||||
|
|
||||||
def androidXmakeCmd(self, props):
|
def androidXmakeCmd(self, props):
|
||||||
|
|
||||||
if self.platform == BaseModule.P_AndroidQt6:
|
if self.platform == self.P_AndroidQt6:
|
||||||
return self.androidXmakeSinglAbiCmdQt6(props)
|
return self.androidXmakeSinglAbiCmdQt6(props)
|
||||||
|
|
||||||
return self.androidXmakeSinglAbiCmdQt5(props)
|
return self.androidXmakeSinglAbiCmdQt5(props)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user