From ead9dfb899bcbf985d4f9f571bfcfd392e82e158 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 19 Aug 2014 11:55:24 +0200 Subject: [PATCH] Fix l3iggs' syntax errors in libretro-config.sh --- libretro-config.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libretro-config.sh b/libretro-config.sh index 25c99a56..30e703be 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -104,7 +104,7 @@ fi #ANDROID DEFINES #================ -export TARGET_ABIS = "armeabi-v7a mips x86" +export TARGET_ABIS="armeabi-v7a mips x86" #uncomment to define NDK standalone toolchain for ARM #export NDK_ROOT_DIR_ARM = @@ -116,7 +116,7 @@ export TARGET_ABIS = "armeabi-v7a mips x86" #export NDK_ROOT_DIR_X86 = # android version target if GLES is in use -export NDK_GL_HEADER_VER = android-18 +export NDK_GL_HEADER_VER=android-18 # android version target if GLES is not in use -export NDK_NO_GL_HEADER_VER = android-9 +export NDK_NO_GL_HEADER_VER=android-9