taka-no-me / android-cmake

CMake toolchain file and other scripts for the Android NDK
1.22k stars 437 forks source link

Issue #10 on Mac 64-bit OS X, with a 64-bit NDK fixed. #11

Closed asmorkalov closed 10 years ago

asmorkalov commented 10 years ago

CMAKE_HOST_SYSTEM_PROCESSOR on MacOS X always says i386 on Intel. So we do not trust ANDROID_NDK_HOST_X64 on Apple hosts.

taka-no-me commented 10 years ago

I don't like this fix because it disallows manual selection of 32-bit NDK tools when both 32 and 64-bit versions are available. So closing.