mirror of
https://github.com/libretro/libretro-super
synced 2025-01-27 06:35:23 +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
|
||||
|
||||
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"
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user