mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-08 11:19:41 +00:00
fix android toolchain file path
This commit is contained in:
parent
ac47c09273
commit
b654f08e05
@ -37,7 +37,7 @@ class CMake(Make):
|
|||||||
|
|
||||||
def androidXmakeCmd(self, props):
|
def androidXmakeCmd(self, props):
|
||||||
secret = SecretManager(self.home + "/buildBotSecret/secret.json")
|
secret = SecretManager(self.home + "/buildBotSecret/secret.json")
|
||||||
toochainFile = 'ndk-bundle/build/cmake/android.toolchain.cmake'
|
toochainFile = 'build/cmake/android.toolchain.cmake'
|
||||||
|
|
||||||
options = [
|
options = [
|
||||||
'cmake -DCMAKE_PREFIX_PATH=$QTDIR',
|
'cmake -DCMAKE_PREFIX_PATH=$QTDIR',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user