Merge pull request #664 from orbea/bsnes

libretro-buildbot-recipe.sh: Fix bsnes android builds.
This commit is contained in:
Twinaphex 2017-12-25 18:32:04 +01:00 committed by GitHub
commit 39fdecda97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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