mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 11:14:11 +00:00
Fix FCEU build
This commit is contained in:
parent
a70ccd5b3f
commit
2103d6b672
@ -146,7 +146,7 @@ build_libretro_fceu()
|
|||||||
if [ -d "libretro-fceu" ]; then
|
if [ -d "libretro-fceu" ]; then
|
||||||
echo "=== Building FCEU ==="
|
echo "=== Building FCEU ==="
|
||||||
cd libretro-fceu
|
cd libretro-fceu
|
||||||
make -f src-fceumm/Makefile.libretro-fceumm -j4 || die "Failed to build FCEU"
|
make -C src-fceumm -f Makefile.libretro -j4 || die "Failed to build FCEU"
|
||||||
cp src-fceumm/libretro.so libretro-fceu.so
|
cp src-fceumm/libretro.so libretro-fceu.so
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user