mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Build on 0.2.97.27 FBA.
This commit is contained in:
parent
e0bead21bb
commit
cb43c41f5f
@ -84,8 +84,7 @@ build_libretro_fba()
|
||||
{
|
||||
if [ -d "libretro-fba" ]; then
|
||||
echo "=== Building Final Burn Alpha ==="
|
||||
cd libretro-fba/src-0.2.97.26
|
||||
make -f makefile.libretro generate-files
|
||||
cd libretro-fba/src-0.2.97.27
|
||||
make CC=$CC CXX=$CXX platform=win -f makefile.libretro -j4 || die "Failed to build Final Burn Alpha"
|
||||
cp retro.dll ../libretro-git-fba.dll
|
||||
cd ../..
|
||||
|
@ -86,7 +86,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.26/libretro.so libretro-fba.so
|
||||
cp src-0.2.97.27/libretro.so libretro-fba.so
|
||||
cd ..
|
||||
else
|
||||
echo "Final Burn Alpha not fetched, skipping ..."
|
||||
|
Loading…
Reference in New Issue
Block a user