taka-no-me / android-cmake

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

Added ANDROID_ARCH_WORD_SIZE #40

Closed abergmeier closed 9 years ago

abergmeier commented 9 years ago

Added ANDROID_ARCH_WORD_SIZE so to e.g. determine, which variant of lib to use.

taka-no-me commented 9 years ago

You should use standard CMAKE_SIZEOF_VOID_P

abergmeier commented 9 years ago

Thanks for pointing that out. Will give it a try.