4
0
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:
Andrei Yankovich 2021-03-30 20:03:18 +03:00
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',