mirror of
https://github.com/libretro/libretro-super.git
synced 2024-12-11 18:03:46 +00:00
Fixup build.
This commit is contained in:
parent
3039887257
commit
d88526da5a
@ -42,7 +42,6 @@ build_libsnes_s9x()
|
|||||||
if [ -d "libsnes-s9x" ]; then
|
if [ -d "libsnes-s9x" ]; then
|
||||||
echo "=== Building SNES9x ==="
|
echo "=== Building SNES9x ==="
|
||||||
cd libsnes-s9x/unix
|
cd libsnes-s9x/unix
|
||||||
./configure || die "Failed to build SNES9x"
|
|
||||||
make -j4 || die "Failed to build SNES9x"
|
make -j4 || die "Failed to build SNES9x"
|
||||||
cp libsnes.so ../libsnes-snes9x.so
|
cp libsnes.so ../libsnes-snes9x.so
|
||||||
cd ../..
|
cd ../..
|
||||||
|
Loading…
Reference in New Issue
Block a user