libretro-buildbot-recipe.sh: Fix bsnes android builds.

I failed to change one of the $NAME variables to $core...
This commit is contained in:
orbea 2017-12-25 09:08:07 -08:00
parent 23215baa2b
commit 15b3035d49

View file

@ -485,7 +485,7 @@ build_libretro_generic_jni() {
for core do
if [ "${NAME}" = "bsnes" ] || [ "${NAME}" = "bsnes_mercury" ]; then
CORE_ARGS="profile=${core##*_} ${ARGS}"
LIBNAM="libretro_${NAME}"
LIBNAM="libretro_${core}"
else
CORE_ARGS="${ARGS}"
fi