mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-25 15:41:31 -05:00
disable libmirko
This commit is contained in:
parent
2a7de310e1
commit
e075a370c4
|
|
@ -47,9 +47,9 @@ cd $BUILDDIR/libfat-$LIBFAT_VER
|
||||||
$MAKE nds-install || { echo "error building nds libfat"; exit 1; }
|
$MAKE nds-install || { echo "error building nds libfat"; exit 1; }
|
||||||
$MAKE gba-install || { echo "error installing gba libfat"; exit 1; }
|
$MAKE gba-install || { echo "error installing gba libfat"; exit 1; }
|
||||||
|
|
||||||
cd $BUILDDIR/libmirko-$LIBMIRKO_VER
|
#cd $BUILDDIR/libmirko-$LIBMIRKO_VER
|
||||||
$MAKE || { echo "error building libmirko"; exit 1; }
|
#$MAKE || { echo "error building libmirko"; exit 1; }
|
||||||
$MAKE install || { echo "error installing libmirko"; exit 1; }
|
#$MAKE install || { echo "error installing libmirko"; exit 1; }
|
||||||
|
|
||||||
cd $BUILDDIR/libfilesystem-$FILESYSTEM_VER
|
cd $BUILDDIR/libfilesystem-$FILESYSTEM_VER
|
||||||
$MAKE || { echo "error building libfilesystem"; exit 1; }
|
$MAKE || { echo "error building libfilesystem"; exit 1; }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user