Update libretro-buildbot-recipe.sh

This commit is contained in:
Twinaphex 2019-10-09 04:11:33 +02:00 committed by GitHub
parent 13234d300a
commit e5c90b8be1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -544,7 +544,7 @@ build_libretro_generic_jni() {
CORENAM="${core}_libretro${FORMAT}${LIBSUFFIX}.${FORMAT_EXT}"
if [ "${NAME}" = "bsnes" ] || [ "${NAME}" = "bsnes_mercury" ]; then
if [ "${NAME}" = "bsnes2014" ] || [ "${NAME}" = "bsnes_mercury" ]; then
LIBNAM="libretro_${core}"
fi