Fix l3iggs' syntax errors in libretro-config.sh
This commit is contained in:
parent
bca41c5d73
commit
ead9dfb899
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue