allow overriding ABIS

This commit is contained in:
radius 2017-06-04 19:42:23 -05:00
parent b0760ca8a2
commit 19e2ff82c9
2 changed files with 5 additions and 1 deletions

View File

@ -95,6 +95,10 @@ if [ "${CORE_JOB}" == "YES" ]; then
. $WORK/libretro-config.sh
if [ -z "$ABI_OVERIDE" ]; then
TARGET_ABIS = $ABI_OVERIDE
fi
# ----- create dirs -----
SCRIPT=$(read_link "$0")
echo "SCRIPT: $SCRIPT"

View File

@ -10,4 +10,4 @@ NDK_TOOLCHAIN_VERSION 4.9
RA NO
LIBSUFFIX _android
CORE_JOB YES
TARGET_ABIS arm64-v8a
ABI_OVERIDE arm64-v8a