mirror of
https://github.com/libretro/libretro-super
synced 2025-03-30 13:20:22 +00:00
Fix some Tyrquake build issues.
This commit is contained in:
parent
c3c118b18c
commit
48cb8304d1
@ -264,8 +264,8 @@ build_libretro_tyrquake()
|
||||
echo "=== Building Tyr Quake ==="
|
||||
cd libretro-tyrquake
|
||||
make -f Makefile.libretro -j4 || die "Failed to build Tyr Quake"
|
||||
cp tyrquake_libretro.so ../libretro-tyrquake.so
|
||||
cd ../..
|
||||
cp tyrquake_libretro.so libretro-tyrquake.so
|
||||
cd ..
|
||||
else
|
||||
echo "Tyr Quake not fetched, skipping ..."
|
||||
fi
|
||||
|
@ -30,9 +30,9 @@ LIBS="$LIBS libretro-desmume/libretro-desmume.so"
|
||||
LIBS="$LIBS libretro-mednafen/libretro-mednafen-psx.so"
|
||||
LIBS="$LIBS libretro-mednafen/libretro-mednafen-pce-fast.so"
|
||||
LIBS="$LIBS libretro-mednafen/libretro-mednafen-wswan.so"
|
||||
LIBS="$LIBS libretro-mednafen/libretro-tyrquake.so"
|
||||
LIBS="$LIBS libretro-quicknes/libretro-quicknes.so"
|
||||
LIBS="$LIBS libretro-nestopia/libretro-nestopia.so"
|
||||
LIBS="$LIBS libretro-tyrquake/libretro-tyrquake.so"
|
||||
|
||||
for lib in $LIBS
|
||||
do
|
||||
|
Loading…
x
Reference in New Issue
Block a user