Update libretro-build-android-mk.sh

This commit is contained in:
twinaphex 2015-11-09 04:04:05 +01:00
parent 4f8a9b347e
commit fa31af299d
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ fi
for core in $WANT_CORES; do
path="jni"
if [ $core = "snes9x" ] || [ $core = "snes9x_next" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ]; then
if [ $core = "snes9x" ] || [ $core = "genesis_plus_gx" ] || [ $core = "meteor" ] || [ $core = "nestopia" ]; then
path="libretro/jni"
fi
if [ $core = "gambatte" ]; then