diff options
Diffstat (limited to 'toolchain/deployment-file.json.in')
-rw-r--r-- | toolchain/deployment-file.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/deployment-file.json.in b/toolchain/deployment-file.json.in index 907401b9..8ca5be8b 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -6,7 +6,7 @@ "tool-prefix": "##ANDROID_COMPILER_PREFIX##", "toolchain-version": "##ANDROID_TOOLCHAIN_VERSION##", "ndk-host": "@_LOWER_CMAKE_HOST_SYSTEM_NAME@-@CMAKE_HOST_SYSTEM_PROCESSOR@", - "target-architecture": "@ANDROID_ABI@", + "target-architecture": "@CMAKE_ANDROID_ARCH_ABI@", "application-binary": "@EXECUTABLE_DESTINATION_PATH@", "qml-root-path": "@CMAKE_SOURCE_DIR@", @DEFINE_QML_IMPORT_PATHS@ |