From 5c1527ef884a89d23791ca4ed4f795560528fa17 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sun, 11 May 2008 08:32:37 +0000 Subject: [PATCH] build libfat for devkitPPC --- dkppc/scripts/build-crtls.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/dkppc/scripts/build-crtls.sh b/dkppc/scripts/build-crtls.sh index d9beab5..307f733 100644 --- a/dkppc/scripts/build-crtls.sh +++ b/dkppc/scripts/build-crtls.sh @@ -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 + +