mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
Merge pull request #101 from l3iggs/patch-1
[Android] allow for variable NDK header version
This commit is contained in:
commit
7ec0315b14
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user