mirror of
https://github.com/libretro/libretro-super.git
synced 2024-11-23 07:49:44 +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
|
||||
echo "=== Building NXEngine ==="
|
||||
cd libretro-nx/nxengine-1.0.0.4
|
||||
cd libretro-nx
|
||||
make -j4 || die "Failed to build NXEngine"
|
||||
cp libretro.so ../libretro-nx.so
|
||||
cd ../..
|
||||
cp libretro.so libretro-nx.so
|
||||
cd ..
|
||||
else
|
||||
echo "NXEngine not fetched, skipping ..."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user