Merge pull request #664 from orbea/bsnes
libretro-buildbot-recipe.sh: Fix bsnes android builds.
This commit is contained in:
commit
39fdecda97
|
@ -485,7 +485,7 @@ build_libretro_generic_jni() {
|
||||||
for core do
|
for core do
|
||||||
if [ "${NAME}" = "bsnes" ] || [ "${NAME}" = "bsnes_mercury" ]; then
|
if [ "${NAME}" = "bsnes" ] || [ "${NAME}" = "bsnes_mercury" ]; then
|
||||||
CORE_ARGS="profile=${core##*_} ${ARGS}"
|
CORE_ARGS="profile=${core##*_} ${ARGS}"
|
||||||
LIBNAM="libretro_${NAME}"
|
LIBNAM="libretro_${core}"
|
||||||
else
|
else
|
||||||
CORE_ARGS="${ARGS}"
|
CORE_ARGS="${ARGS}"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue