From 8a98027fe01b3194d660b0a5232c3404c45dd9f6 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 26 Jan 2016 16:39:20 +0000 Subject: [PATCH] build citro3d --- dkarm-eabi/scripts/build-crtls.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dkarm-eabi/scripts/build-crtls.sh b/dkarm-eabi/scripts/build-crtls.sh index 95f41ba..20b5906 100644 --- a/dkarm-eabi/scripts/build-crtls.sh +++ b/dkarm-eabi/scripts/build-crtls.sh @@ -59,3 +59,7 @@ cd $BUILDDIR/libctru-$LIBCTRU_VER $MAKE || { echo "error building libctru"; exit 1; } $MAKE install || { echo "error installing libctru"; exit 1; } +cd $BUILDDIR/citro3d-$CITRO3D_VER +$MAKE || { echo "error building libctru"; exit 1; } +$MAKE install || { echo "error installing libctru"; exit 1; } +