Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2018-01-12 10:57:27 -05:00 committed by GitHub
parent a5edf8c39a
commit 320f5d1666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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