remove library building from scripts

This commit is contained in:
Dave Murphy
2019-06-25 22:04:51 +01:00
parent c2aae79d59
commit 96f7acc919
5 changed files with 2 additions and 149 deletions

View File

@@ -1,7 +0,0 @@
#!/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; }