mirror of
https://github.com/libretro/libretro-super
synced 2025-02-05 00:40:11 +00:00
libretro-buildbot-recipe.sh: Build default cores without SINGLE_CORE.
This commit is contained in:
parent
ebd0f5d1e1
commit
a428e21f8e
@ -573,7 +573,9 @@ while read line; do
|
|||||||
ARGS="${ARGS# }"
|
ARGS="${ARGS# }"
|
||||||
ARGS="${ARGS%"${ARGS##*[![:space:]]}"}"
|
ARGS="${ARGS%"${ARGS##*[![:space:]]}"}"
|
||||||
|
|
||||||
if [ "$SINGLE_CORE" ] && [ "$NAME" != "$SINGLE_CORE" ]; then
|
if [ -z "${SINGLE_CORE:-}" ]; then
|
||||||
|
CORE=""
|
||||||
|
elif [ "$NAME" != "$SINGLE_CORE" ]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user