Merge pull request #649 from orbea/fbalpha

libretro-buildbot-recipe.sh: Do not set FORCE and BUILD for fbalpha2012.
This commit is contained in:
Twinaphex 2017-12-21 17:10:47 +01:00 committed by GitHub
commit d098fb708b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -645,11 +645,6 @@ while read line; do
BUILD="YES"
fi
if [[ "${PREVCORE}" == *fbalpha2012* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *fbalpha2012* ]]; then
FORCE="YES"
BUILD="YES"
fi
for core in 81 emux_nes emux_sms fuse gw mame2010 mgba snes9x_next snes9x-next vba_next; do
if [ "${PREVCORE}" = "$core" ] && [ "${PREVBUILD}" = "YES" ] && [ "${NAME}" = "$core" ]; then
FORCE="YES"