Skip to content

Commit 3a3efda

Browse files
committed
build libnx
1 parent ab8de43 commit 3a3efda

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

dka64/scripts/build-libs.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)