mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Fix Win32 builds for s9x-next/genplus.
This commit is contained in:
parent
53da5dc185
commit
e692cbc17f
@ -87,7 +87,7 @@ build_libretro_s9x_next()
|
||||
echo "=== Building SNES9x-Next ==="
|
||||
cd libretro-s9x-next/
|
||||
make CC=$CC CXX=$CXX platform=win -f Makefile.libretro -j4 || die "Failed to build SNES9x-Next"
|
||||
cp retro.dll libretro-git-snes9x-next.dll
|
||||
cp snes9x_next_retro.dll libretro-git-snes9x-next.dll
|
||||
cd ..
|
||||
else
|
||||
echo "SNES9x-Next not fetched, skipping ..."
|
||||
@ -100,7 +100,7 @@ build_libretro_genplus()
|
||||
echo "=== Building Genplus GX ==="
|
||||
cd libretro-genplus/
|
||||
make CC=$CC CXX=$CXX platform=win -f Makefile.libretro -j4 || die "Failed to build Genplus GX"
|
||||
cp retro.dll libretro-git-genplus.dll
|
||||
cp genesis_plus_gx_retro.dll libretro-git-genplus.dll
|
||||
cd ..
|
||||
else
|
||||
echo "Genplus GX not fetched, skipping ..."
|
||||
|
Loading…
Reference in New Issue
Block a user