mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
allow overriding ABIS
This commit is contained in:
parent
19e2ff82c9
commit
136643a4ff
@ -96,8 +96,9 @@ if [ "${CORE_JOB}" == "YES" ]; then
|
||||
. $WORK/libretro-config.sh
|
||||
|
||||
|
||||
if [ -z "$ABI_OVERIDE" ]; then
|
||||
TARGET_ABIS = $ABI_OVERIDE
|
||||
if [ -z "$ABI_OVERRIDE" ]; then
|
||||
TARGET_ABIS = $ABI_OVERRIDE
|
||||
export TARGET_ABIS = $ABI_OVERRIDE
|
||||
fi
|
||||
# ----- create dirs -----
|
||||
SCRIPT=$(read_link "$0")
|
||||
|
@ -10,4 +10,4 @@ NDK_TOOLCHAIN_VERSION 4.9
|
||||
RA NO
|
||||
LIBSUFFIX _android
|
||||
CORE_JOB YES
|
||||
ABI_OVERIDE arm64-v8a
|
||||
ABI_OVERRIDE arm64-v8a
|
||||
|
Loading…
Reference in New Issue
Block a user