Update libretro-buildbot-recipe.sh

This commit is contained in:
Andrés 2016-02-28 20:42:33 -05:00
parent 9771ad2634
commit 5dcf9a23df
1 changed files with 2 additions and 2 deletions

View File

@ -783,12 +783,12 @@ while read line; do
BUILD="YES"
fi
if [ "${PREVCORE}" = "gw" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "bsnes" ]; then
if [ "${PREVCORE}" = "bsnes" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "bsnes" ]; then
FORCE="YES"
BUILD="YES"
fi
if [ "${PREVCORE}" = "gw" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "bsnes-mercury" ]; then
if [ "${PREVCORE}" = "bsnes" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "bsnes-mercury" ]; then
FORCE="YES"
BUILD="YES"
fi