build 3ds support stuff

This commit is contained in:
Dave Murphy
2014-11-20 16:34:42 +00:00
parent ac53b3f62f
commit e454bd0dd7
2 changed files with 3 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ $MAKE CRT=gp32_gpsdk
$MAKE CRT=ds_arm7
$MAKE CRT=ds_arm9
$MAKE CRT=ds_cart
$MAKE CRT=3dsx
cd $BUILDDIR/libgba-$LIBGBA_VER
$MAKE || { echo "error building libgba"; exit 1; }