mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-15 14:50:49 -05:00
build and install libctru for devkitARM
This commit is contained in:
@@ -54,3 +54,8 @@ $MAKE install || { echo "error installing libmirko"; exit 1; }
|
||||
cd $BUILDDIR/libfilesystem-$FILESYSTEM_VER
|
||||
$MAKE || { echo "error building libfilesystem"; exit 1; }
|
||||
$MAKE install || { echo "error installing libfilesystem"; exit 1; }
|
||||
|
||||
cd $BUILDDIR/libctru-$LIBCTRU_VER
|
||||
$MAKE || { echo "error building libctru"; exit 1; }
|
||||
$MAKE install || { echo "error installing libctru"; exit 1; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user