diff options
| -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 8208b1e9..6aa1a7c7 100644 --- a/toolchain/deployment-file.json.in +++ b/toolchain/deployment-file.json.in @@ -3,7 +3,7 @@     "sdk": "@ANDROID_SDK_ROOT@",     "ndk": "@ANDROID_NDK@",     "toolchain-prefix": "@ANDROID_TOOLCHAIN@", -   "tool-prefix": "@ANDROID_TOOLCHAIN@", +   "tool-prefix": "@ANDROID_COMPILER_PREFIX@",     "toolchain-version": "@ANDROID_GCC_VERSION@",     "ndk-host": "@_HOST@",     "target-architecture": "@ANDROID_ABI@", | 
