Build x86_64 for android targets

This commit is contained in:
Aaron Kling 2018-04-16 12:16:37 -05:00
parent f37c4467a8
commit ec26add825

View File

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