mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-13 13:06:34 -05:00
build libfat for devkitPPC
This commit is contained in:
@@ -29,4 +29,16 @@ then
|
||||
touch installed-libogc
|
||||
fi
|
||||
|
||||
cd $LIBFAT_SRCDIR
|
||||
if [ ! -f built-libfat ]
|
||||
then
|
||||
echo "building libfat ..."
|
||||
$MAKE install INSTALLDIR=$TOOLPATH
|
||||
touch built-libfat
|
||||
fi
|
||||
|
||||
|
||||
cd $BUILDSCRIPTDIR
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user