Update to NX.

This commit is contained in:
Themaister 2013-01-16 19:29:34 +01:00
parent 8b39876982
commit 85cb39c0c2

View File

@ -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