Clean up android make script

Puae still is not in the build bot for x86, hoping this will fix it.
This commit is contained in:
meepingsnesroms 2017-08-12 19:22:19 -07:00
parent a78e37513d
commit c85fb0f7d2
1 changed files with 5 additions and 3 deletions

6
libretro-build-android-mk.sh Executable file → Normal file
View File

@ -125,7 +125,9 @@ WANT_CORES=" \
mednafen_psx \
catsfc \
snes9x \
snes9x_next \
snes9x2002 \
snes9x2005 \
snes9x2010 \
genesis_plus_gx \
virtualjaguar \
stella \
@ -162,7 +164,7 @@ WANT_CORES=" \
xrick \
pocketcdg \
crocods \
pocketsnes"
puae"
fi
for core in $WANT_CORES; do