build libfat for devkitPPC

This commit is contained in:
Dave Murphy 2008-05-11 08:32:37 +00:00
parent e3265f2100
commit 5c1527ef88

View File

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