allow overriding ABIS

This commit is contained in:
radius 2017-06-04 19:49:16 -05:00
parent 19e2ff82c9
commit 136643a4ff
2 changed files with 4 additions and 3 deletions

View File

@ -96,8 +96,9 @@ if [ "${CORE_JOB}" == "YES" ]; then
. $WORK/libretro-config.sh . $WORK/libretro-config.sh
if [ -z "$ABI_OVERIDE" ]; then if [ -z "$ABI_OVERRIDE" ]; then
TARGET_ABIS = $ABI_OVERIDE TARGET_ABIS = $ABI_OVERRIDE
export TARGET_ABIS = $ABI_OVERRIDE
fi fi
# ----- create dirs ----- # ----- create dirs -----
SCRIPT=$(read_link "$0") SCRIPT=$(read_link "$0")

View File

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