mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
Update to NX.
This commit is contained in:
parent
8b39876982
commit
85cb39c0c2
@ -184,10 +184,10 @@ build_libretro_nx()
|
|||||||
{
|
{
|
||||||
if [ -d "libretro-nx" ]; then
|
if [ -d "libretro-nx" ]; then
|
||||||
echo "=== Building NXEngine ==="
|
echo "=== Building NXEngine ==="
|
||||||
cd libretro-nx/nxengine-1.0.0.4
|
cd libretro-nx
|
||||||
make -j4 || die "Failed to build NXEngine"
|
make -j4 || die "Failed to build NXEngine"
|
||||||
cp libretro.so ../libretro-nx.so
|
cp libretro.so libretro-nx.so
|
||||||
cd ../..
|
cd ..
|
||||||
else
|
else
|
||||||
echo "NXEngine not fetched, skipping ..."
|
echo "NXEngine not fetched, skipping ..."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user