We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab8de43 commit 3a3efdaCopy full SHA for 3a3efda
1 file changed
dka64/scripts/build-libs.sh
@@ -0,0 +1,7 @@
1
+#!/bin/sh
2
+
3
+export DEVKITPRO=$TOOLPATH
4
5
+cd $BUILDDIR/libnx-$LIBNX_VER
6
+$MAKE || { echo "error building libnx"; exit 1; }
7
+$MAKE install || { echo "error installing libnx"; exit 1; }
0 commit comments