diff --git a/BuildBotLib/cmake.py b/BuildBotLib/cmake.py index c7d683a..30712ab 100644 --- a/BuildBotLib/cmake.py +++ b/BuildBotLib/cmake.py @@ -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',