Update FBA Cores Neogeo

This commit is contained in:
twinaphex 2014-01-04 04:45:23 +01:00
parent befb3a4ad4
commit c636169dcc

View File

@ -34,7 +34,7 @@ build_libretro_fba_neogeo()
if [ -d "libretro-fba" ]; then if [ -d "libretro-fba" ]; then
echo "=== Building Final Burn Alpha Cores (NeoGeo) ===" echo "=== Building Final Burn Alpha Cores (NeoGeo) ==="
cd libretro-fba/ cd libretro-fba/
cd svn-old/trunk cd svn-current/trunk
cd fbacores/neogeo cd fbacores/neogeo
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean Final Burn Alpha Cores NeoGeo" make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS clean || die "Failed to clean Final Burn Alpha Cores NeoGeo"
make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build Final Burn Alpha Cores NeoGeo" make -f makefile.libretro platform=$FORMAT_COMPILER_TARGET -j$JOBS || die "Failed to build Final Burn Alpha Cores NeoGeo"