From 0a83cbbdc05f8238b90cfd21fd7a896443eb49e2 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Sat, 23 Oct 2010 19:55:47 +0000 Subject: [PATCH] use latest libnds, disable release cycle error --- build-devkit.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-devkit.sh b/build-devkit.sh index 1017a29..5e72aa7 100644 --- a/build-devkit.sh +++ b/build-devkit.sh @@ -6,7 +6,7 @@ # devkitPSP release 14 #--------------------------------------------------------------------------------- -if [ 1 -eq 1 ] ; then +if [ 1 -eq 0 ] ; then echo "Currently in release cycle, proceed with caution, do not report problems, do not ask for support." echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff." echo "http://sourceforge.net/projects/devkitpro/files/buildscripts/" @@ -22,7 +22,7 @@ fi #--------------------------------------------------------------------------------- LIBOGC_VER=1.8.4 LIBGBA_VER=20081210 -LIBNDS_VER=1.4.7 +LIBNDS_VER=1.4.8 DEFAULT_ARM7_VER=0.5.17 DSWIFI_VER=0.3.13 LIBMIRKO_VER=0.9.7