Update libretro-buildbot-recipe.sh
This commit is contained in:
parent
320f5d1666
commit
1c186db2cb
|
@ -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}" = "${PREVCORE}" ] then
|
||||
if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "${PREVCORE}" ]; then
|
||||
FORCE="YES"
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue