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
|
#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
|
#uncomment to define NDK standalone toolchain for ARM
|
||||||
#export NDK_ROOT_DIR_ARM =
|
#export NDK_ROOT_DIR_ARM =
|
||||||
|
@ -917,4 +917,3 @@ case "$platform" in
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue