From 339197a62042ac737266cc529bf5e1e90d0a5834 Mon Sep 17 00:00:00 2001 From: l3iggs Date: Sun, 17 Aug 2014 21:24:40 -0700 Subject: [PATCH] allow for variable NDK header version --- libretro-config.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libretro-config.sh b/libretro-config.sh index ec9a2bce..2c834b2e 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -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_GL_HEADER_VER = android-9