build and install libctru for devkitARM

This commit is contained in:
Dave Murphy
2014-11-21 09:47:21 +00:00
parent e0caf9ea02
commit e897a44640
2 changed files with 8 additions and 2 deletions

View File

@@ -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; }