From Jorge Ciges, "Update to FindAndroidNDK to make it use the latest Ndk (r5c) automatically.
That fixes compatibilities with some 2.1 devices. And it looks like all goes well."
This commit is contained in:
parent
d18250da59
commit
b06ef64a39
@ -19,6 +19,11 @@ ENDIF()
|
||||
|
||||
IF(NOT ANDROID_NDK)
|
||||
FIND_PATH(ANDROID_NDK ndk-build
|
||||
# search for r5c
|
||||
~/android-ndk-r5c
|
||||
~/android_develop/android-ndk-r5c
|
||||
~/ndk-r5c
|
||||
~/android_develop/ndk-r5c
|
||||
# search for r5b
|
||||
~/android-ndk-r5b
|
||||
~/android_develop/android-ndk-r5b
|
||||
|
Loading…
Reference in New Issue
Block a user