gix typo error

This commit is contained in:
Andrei Yankovich 2021-06-05 12:54:23 +03:00
parent 797fc91996
commit f99561d72f

View File

@ -151,7 +151,7 @@ class CMake(Make):
def androidXmakeCmd(self, props):
if self.platform == BaseModule.P_AndroidQt6:
if self.platform == self.P_AndroidQt6:
return self.androidXmakeSinglAbiCmdQt6(props)
return self.androidXmakeSinglAbiCmdQt5(props)