From ec26add825504e537cae1f6a050e82b426f630aa Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Mon, 16 Apr 2018 12:16:37 -0500 Subject: [PATCH] Build x86_64 for android targets --- libretro-config.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libretro-config.sh b/libretro-config.sh index fb9fc6d2..d816384d 100755 --- a/libretro-config.sh +++ b/libretro-config.sh @@ -43,7 +43,7 @@ export BUILD_LIBRETRO_GL=1 #ANDROID DEFINES #================ -export TARGET_ABIS="armeabi armeabi-v7a arm64-v8a x86" +export TARGET_ABIS="armeabi armeabi-v7a arm64-v8a x86 x86_64" #uncomment to define NDK standalone toolchain for ARM #export NDK_ROOT_DIR_ARM = @@ -917,4 +917,3 @@ case "$platform" in fi ;; esac -