diff options
author | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-09-29 15:49:45 +0000 |
---|---|---|
committer | martin-s <martin-s@ffa7fe5e-494d-0410-b361-a75ebd5db220> | 2011-09-29 15:49:45 +0000 |
commit | c5c88163ed6f41a564f7d65960ab4dc688ce1e19 (patch) | |
tree | aec0168458d1cec8d7fafe7be3ad7894800b88df | |
parent | d6d606069d6eabb0bdec386face4ef322e878379 (diff) | |
download | navit-c5c88163ed6f41a564f7d65960ab4dc688ce1e19.tar.gz |
Fix:Build:Typo
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@4798 ffa7fe5e-494d-0410-b361-a75ebd5db220
-rwxr-xr-x | Toolchain/arm-eabi.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Toolchain/arm-eabi.cmake b/Toolchain/arm-eabi.cmake index f48602887..3c708f3e0 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) |