mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 13:06:34 -05:00
correct library versions for release
This commit is contained in:
@@ -42,7 +42,8 @@ cd $BUILDSCRIPTDIR
|
||||
|
||||
echo "building libfat ..."
|
||||
cd $LIBFAT_SRCDIR
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
$MAKE nds-install INSTALLDIR=$TOOLPATH
|
||||
$MAKE gba-install INSTALLDIR=$TOOLPATH
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
echo "building dswifi ..."
|
||||
@@ -50,6 +51,11 @@ cd $DSWIFI_SRCDIR
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
echo "building maxmod ..."
|
||||
cd $MAXMOD_SRCDIR
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
echo "building default arm7 ..."
|
||||
cd $DEFAULT_ARM7_SRCDIR
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
|
||||
Reference in New Issue
Block a user