mirror of
https://github.com/QuasarApp/QuasarAppCI.git
synced 2025-05-05 17:59:38 +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):
|
||||
secret = SecretManager(self.home + "/buildBotSecret/secret.json")
|
||||
toochainFile = 'ndk-bundle/build/cmake/android.toolchain.cmake'
|
||||
toochainFile = 'build/cmake/android.toolchain.cmake'
|
||||
|
||||
options = [
|
||||
'cmake -DCMAKE_PREFIX_PATH=$QTDIR',
|
||||
|
Loading…
x
Reference in New Issue
Block a user