summaryrefslogtreecommitdiff
path: root/Toolchain
diff options
context:
space:
mode:
authormartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-09-29 15:49:45 +0000
committermartin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220>2011-09-29 15:49:45 +0000
commitd3285539bb5f2b5397d931e4b4603c121844bdab (patch)
treeaec0168458d1cec8d7fafe7be3ad7894800b88df /Toolchain
parent6139620d95d92cdbc8f17bf38a9fd536d9383721 (diff)
downloadnavit-svn-d3285539bb5f2b5397d931e4b4603c121844bdab.tar.gz
Fix:Build:Typo
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4798 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'Toolchain')
-rwxr-xr-xToolchain/arm-eabi.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Toolchain/arm-eabi.cmake b/Toolchain/arm-eabi.cmake
index f4860288..3c708f3e 100755
--- a/Toolchain/arm-eabi.cmake
+++ b/Toolchain/arm-eabi.cmake
@@ -2,7 +2,7 @@ set(CMAKE_SYSTEM_NAME GNU)
set(ANDROID TRUE)
set(ANDROID_API_VERSION 8 CACHE STRING "Andriod API Version")
-set(ANDROID_NDK_API_VERSION ANDROID_API_VERSION CACHE STRING "Andriod NDK API Version")
+set(ANDROID_NDK_API_VERSION ${ANDROID_API_VERSION} CACHE STRING "Andriod NDK API Version")
find_program(CMAKE_C_COMPILER NAMES arm-eabi-gcc arm-eabi-gcc.exe arm-linux-androideabi-gcc arm-linux-androideabi-gcc.exe)
find_program(CMAKE_CXX_COMPILER NAMES arm-eabi-gcc arm-eabi-g++.exe arm-linux-androideabi-g++ arm-linux-androideabi-g++.exe)