mirror of
https://github.com/libretro/libretro-super
synced 2025-03-29 01:20:15 +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
|
||||
if [ "${NAME}" = "bsnes" ] || [ "${NAME}" = "bsnes_mercury" ]; then
|
||||
CORE_ARGS="profile=${core##*_} ${ARGS}"
|
||||
LIBNAM="libretro_${NAME}"
|
||||
LIBNAM="libretro_${core}"
|
||||
else
|
||||
CORE_ARGS="${ARGS}"
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user