fix android toolchain file path

This commit is contained in:
Andrei Yankovich 2021-03-30 20:03:18 +03:00
parent ac47c09273
commit b654f08e05

View File

@ -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',