Fix l3iggs' syntax errors in libretro-config.sh

This commit is contained in:
twinaphex 2014-08-19 11:55:24 +02:00
parent bca41c5d73
commit ead9dfb899
1 changed files with 3 additions and 3 deletions

View File

@ -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