mirror of
https://github.com/libretro/libretro-super
synced 2025-01-28 18:32:36 +00:00
Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
a5edf8c39a
commit
320f5d1666
@ -660,7 +660,7 @@ while read line; do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
for core in 81 emux_nes emux_sms fuse gw mgba; do
|
for core in 81 emux_nes emux_sms fuse gw mgba; do
|
||||||
if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "$core" ]; then
|
if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "${PREVCORE}" ] then
|
||||||
FORCE="YES"
|
FORCE="YES"
|
||||||
BUILD="YES"
|
BUILD="YES"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user