Merge pull request #101 from l3iggs/patch-1

[Android] allow for variable NDK header version
This commit is contained in:
Twinaphex 2014-08-19 07:43:27 +02:00
commit 7ec0315b14

View File

@ -112,3 +112,9 @@ fi
#uncomment to define NDK standalone toolchain for x86
#export NDK_ROOT_DIR_X86 =
# android version target if GLES is in use
export NDK_GL_HEADER_VER = android-18
# android version target if GLES is not in use
export NDK_NO_GL_HEADER_VER = android-9