mirror of
https://github.com/libretro/libretro-super
synced 2025-01-26 21:35:36 +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##*[![:space:]]}"}"
|
||||
|
||||
if [ "$SINGLE_CORE" ] && [ "$NAME" != "$SINGLE_CORE" ]; then
|
||||
if [ -z "${SINGLE_CORE:-}" ]; then
|
||||
CORE=""
|
||||
elif [ "$NAME" != "$SINGLE_CORE" ]; then
|
||||
continue
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user