Fix FCEU build

This commit is contained in:
Kauhsa 2012-12-29 19:48:31 +02:00
parent a70ccd5b3f
commit 2103d6b672

View File

@ -146,7 +146,7 @@ build_libretro_fceu()
if [ -d "libretro-fceu" ]; then
echo "=== Building 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
cd ..
else