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 ==="
|
echo "=== Building SNES9x-Next ==="
|
||||||
cd libretro-s9x-next/
|
cd libretro-s9x-next/
|
||||||
make CC=$CC CXX=$CXX platform=win -f Makefile.libretro -j4 || die "Failed to build SNES9x-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 ..
|
cd ..
|
||||||
else
|
else
|
||||||
echo "SNES9x-Next not fetched, skipping ..."
|
echo "SNES9x-Next not fetched, skipping ..."
|
||||||
|
@ -100,7 +100,7 @@ build_libretro_genplus()
|
||||||
echo "=== Building Genplus GX ==="
|
echo "=== Building Genplus GX ==="
|
||||||
cd libretro-genplus/
|
cd libretro-genplus/
|
||||||
make CC=$CC CXX=$CXX platform=win -f Makefile.libretro -j4 || die "Failed to build Genplus GX"
|
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 ..
|
cd ..
|
||||||
else
|
else
|
||||||
echo "Genplus GX not fetched, skipping ..."
|
echo "Genplus GX not fetched, skipping ..."
|
||||||
|
|
Loading…
Reference in New Issue