From 339197a62042ac737266cc529bf5e1e90d0a5834 Mon Sep 17 00:00:00 2001 From: l3iggs Date: Sun, 17 Aug 2014 21:24:40 -0700 Subject: [PATCH 1/2] 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 From 4096a8f582e28a571f3212b8659f571e75fd936e Mon Sep 17 00:00:00 2001 From: l3iggs Date: Mon, 18 Aug 2014 10:32:26 -0700 Subject: [PATCH 2/2] (Android) typo fix for NDK_NO_GL_HEADER_VER --- libretro-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-config.sh b/libretro-config.sh index 2c834b2e..210291e0 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -117,4 +117,4 @@ fi export NDK_GL_HEADER_VER = android-18 # android version target if GLES is not in use -export NDK_GL_HEADER_VER = android-9 +export NDK_NO_GL_HEADER_VER = android-9