From 06c9db6d80105beab6178fb1a661d614e8948067 Mon Sep 17 00:00:00 2001 From: Radius Date: Sun, 29 Mar 2015 14:34:25 -0500 Subject: [PATCH] tiny fix to make sure the 3 mercury profiles build --- libretro-buildbot-recipe.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 57afac9c..16abdee9 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -557,6 +557,11 @@ while read line; do BUILD="YES" fi + if [ "${PREVCORE}" = "bsnes-mercury" -a "${PREVBUILD}" = "YES" -a "${COMMAND}" = "BSNES" ]; then + FORCE="YES" + BUILD="YES" + fi + if [ "${PREVCORE}" = "mame" -a "${PREVBUILD}" = "YES" -a "${NAME}" = "mess" ]; then FORCE="YES" BUILD="YES"