mirror of
https://github.com/libretro/libretro-super
synced 2025-01-05 21:54:33 +00:00
Fix build.
This commit is contained in:
parent
e36cc22a98
commit
a70ccd5b3f
@ -49,10 +49,12 @@ build_libretro_mednafen()
|
||||
|
||||
for core in psx pce-fast wswan ngp gba snes vb
|
||||
do
|
||||
cd $core
|
||||
make core=${core} -j4 || die "Failed to build mednafen/${core}"
|
||||
cp mednafen_$(echo ${core} | tr '[\-]' '[_]')_libretro.so ../libretro-mednafen-${core}.so
|
||||
cd ..
|
||||
if [ -d $core ]; then
|
||||
cd $core
|
||||
make core=${core} -j4 || die "Failed to build mednafen/${core}"
|
||||
cp mednafen_$(echo ${core} | tr '[\-]' '[_]')_libretro.so ../libretro-mednafen-${core}.so
|
||||
cd ..
|
||||
fi
|
||||
done
|
||||
cd ..
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user