mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Fixup libretro-build-xdk1.sh
This commit is contained in:
parent
583402828f
commit
0c1383c761
@ -22,7 +22,7 @@ build_libretro_fba_cps1()
|
||||
cd svn-current/trunk
|
||||
cd fbacores/cps1/projectfiles/visualstudio-2003-libretro-xbox1
|
||||
cmd.exe /k $MSVC_NAME.bat
|
||||
cp Release_LTCG/libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fba_cores_cps1_libretro$FORMAT.${FORMAT_EXT}
|
||||
cp Release_LTCG/fb_alpha_libretro$FORMAT.${FORMAT_EXT} $RARCH_DIST_DIR/fba_cores_cps1_libretro$FORMAT.${FORMAT_EXT}
|
||||
fi
|
||||
}
|
||||
|
||||
@ -40,7 +40,7 @@ build_libretro_fba_cps2()
|
||||
}
|
||||
|
||||
|
||||
build_libretro_fba_neo()
|
||||
build_libretro_fba_neogeo()
|
||||
{
|
||||
cd $BASE_DIR
|
||||
if [ -d "libretro-fba" ]; then
|
||||
@ -66,7 +66,7 @@ build_libretro_fba()
|
||||
|
||||
build_libretro_fba_cps1
|
||||
build_libretro_fba_cps2
|
||||
build_libretro_fba_neo
|
||||
build_libretro_fba_neogeo
|
||||
else
|
||||
echo "Final Burn Alpha not fetched, skipping ..."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user