From b654f08e0592e24fa9279a37f369ec12ff993740 Mon Sep 17 00:00:00 2001 From: EndrII Date: Tue, 30 Mar 2021 20:03:18 +0300 Subject: [PATCH] fix android toolchain file path --- BuildBotLib/cmake.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',