mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +00:00
Build x86_64 for android targets
This commit is contained in:
parent
f37c4467a8
commit
ec26add825
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user