mirror of
https://github.com/libretro/libretro-super
synced 2025-02-04 15:40:07 +00:00
iOS script - compiles all Mednafen cores now (except for SNES)
This commit is contained in:
parent
a54ed209e4
commit
ea4dd46500
@ -16,13 +16,11 @@ build_libretro_mednafen()
|
|||||||
echo "=== Building Mednafen ==="
|
echo "=== Building Mednafen ==="
|
||||||
cd libretro-mednafen
|
cd libretro-mednafen
|
||||||
|
|
||||||
for core in psx pce-fast wswan ngp gba snes vb
|
for core in psx pce-fast wswan ngp gba vb
|
||||||
do
|
do
|
||||||
if [ -d $core ]; then
|
|
||||||
make -f Makefile platform=ios core=${core} clean
|
make -f Makefile platform=ios core=${core} clean
|
||||||
make -f Makefile platform=ios core=${core} -j${JOBS} || die "Failed to build mednafen/${core}"
|
make -f Makefile platform=ios core=${core} -j${JOBS} || die "Failed to build mednafen/${core}"
|
||||||
cp "mednafen_$(echo ${core} | tr '[\-]' '[_]')_libretro.dylib" "$RARCH_DIST_DIR"
|
cp "mednafen_$(echo ${core} | tr '[\-]' '[_]')_libretro.dylib" "$RARCH_DIST_DIR"
|
||||||
fi
|
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
echo "Mednafen not fetched, skipping ..."
|
echo "Mednafen not fetched, skipping ..."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user