mirror of
https://github.com/libretro/libretro-super
synced 2025-04-02 04:20:19 +00:00
libretro-buildbot-recipe.sh: Fix bsnes android builds.
I failed to change one of the $NAME variables to $core...
This commit is contained in:
parent
23215baa2b
commit
15b3035d49
@ -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…
x
Reference in New Issue
Block a user