mirror of
https://github.com/libretro/libretro-super.git
synced 2025-01-07 08:40:32 +00:00
(MSVC) Add build_libretro_genplus to libretro-build-win.sh
This commit is contained in:
parent
3590193cd2
commit
6babbfe747
@ -58,7 +58,7 @@ build_libretro_genplus()
|
||||
cd libretro-genplus/
|
||||
cd libretro/msvc
|
||||
cmd.exe /k $MSVC_NAME.bat
|
||||
cp $MSVC_NAME/$RELEASE_LTCG/genesis_plus_gx_libretro$FORMAT.$FORMAT_EXT "$RARCH_DIST_DIR"
|
||||
cp $MSVC_NAME/$RELEASE_LTCG/${MSVC_NAME}.${FORMAT_EXT} "$RARCH_DIST_DIR"/genesis_plus_gx_libretro$FORMAT.$FORMAT_EXT
|
||||
else
|
||||
echo "Genplus GX not fetched, skipping ..."
|
||||
fi
|
||||
|
@ -22,7 +22,7 @@ if [ $1 ]; then
|
||||
else
|
||||
#build_libretro_mednafen
|
||||
#build_libretro_s9x_next
|
||||
#build_libretro_genplus
|
||||
build_libretro_genplus
|
||||
#build_libretro_fba
|
||||
#build_libretro_vba_next
|
||||
#build_libretro_fceu
|
||||
|
Loading…
Reference in New Issue
Block a user