tiny fix to make sure the 3 mercury profiles build

This commit is contained in:
Radius 2015-03-29 14:34:25 -05:00
parent f720be6f60
commit 06c9db6d80

View File

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