build libnx

This commit is contained in:
Dave Murphy 2018-05-22 16:33:37 +00:00
parent ab8de4361a
commit 3a3efdafd4

View File

@ -0,0 +1,7 @@
#!/bin/sh
export DEVKITPRO=$TOOLPATH
cd $BUILDDIR/libnx-$LIBNX_VER
$MAKE || { echo "error building libnx"; exit 1; }
$MAKE install || { echo "error installing libnx"; exit 1; }