From 9771ad2634ccb90e87d97d4066dea84279f50e39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s?= Date: Sun, 28 Feb 2016 20:12:30 -0500 Subject: [PATCH] Update libretro-buildbot-recipe.sh --- libretro-buildbot-recipe.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 38043d61..31f8e3d5 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -782,6 +782,16 @@ while read line; do FORCE="YES" BUILD="YES" fi + + if [ "${PREVCORE}" = "gw" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "bsnes" ]; then + FORCE="YES" + BUILD="YES" + fi + + if [ "${PREVCORE}" = "gw" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "bsnes-mercury" ]; then + FORCE="YES" + BUILD="YES" + fi if [ "${PREVCORE}" = "gw" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "gw" ]; then FORCE="YES"