mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
commit
3ed0ff89b2
@ -107,7 +107,7 @@ build_libretro_fba()
|
||||
echo "=== Building Final Burn Alpha ==="
|
||||
cd libretro-fba/
|
||||
./compile_libretro.sh make || die "Failed to build Final Burn Alpha"
|
||||
cp src-0.2.97.27/libretro.so libretro-fba.so
|
||||
cp svn-new/trunk/libretro.so libretro-fba.so
|
||||
cd ..
|
||||
else
|
||||
echo "Final Burn Alpha not fetched, skipping ..."
|
||||
@ -146,7 +146,7 @@ build_libretro_fceu()
|
||||
if [ -d "libretro-fceu" ]; then
|
||||
echo "=== Building FCEU ==="
|
||||
cd libretro-fceu
|
||||
make -f src-fceumm/Makefile.libretro-fceumm -j4 || die "Failed to build FCEU"
|
||||
make -C src-fceumm -f Makefile.libretro -j4 || die "Failed to build FCEU"
|
||||
cp src-fceumm/libretro.so libretro-fceu.so
|
||||
cd ..
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user