Skip to content

Commit e0aebb7

Browse files
committed
devkitA64 r11 updates
1 parent eed906e commit e0aebb7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build-devkit.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#---------------------------------------------------------------------------------
33
# devkitARM release 49
44
# devkitPPC release 32
5-
# devkitA64 release 10
5+
# devkitA64 release 11
66
#---------------------------------------------------------------------------------
77

8-
if [ 1 -eq 1 ] ; then
8+
if [ 0 -eq 1 ] ; then
99
echo "Please use the latest release buildscripts unless advised otherwise by devkitPro staff."
1010
echo "https://github.com/devkitPro/buildscripts/releases/latest"
1111
echo
@@ -57,8 +57,8 @@ TEX3DS_VER=1.0.0
5757
GP32_TOOLS_VER=1.0.3
5858
LIBMIRKO_VER=0.9.8
5959

60-
SWITCH_TOOLS_VER=1.4.0
61-
LIBNX_VER=1.2.1
60+
SWITCH_TOOLS_VER=1.4.1
61+
LIBNX_VER=1.3.0
6262

6363
OSXMIN=${OSXMIN:-10.9}
6464

dka64/scripts/build-gcc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ then
6464
--prefix=$prefix \
6565
--enable-lto $plugin_ld\
6666
--with-system-zlib \
67-
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 10" \
67+
--with-bugurl="https://github.com/devkitPro/buildscripts/issues" --with-pkgversion="devkitA64 release 11" \
6868
$CROSS_PARAMS \
6969
$CROSS_GCC_PARAMS \
7070
|| { echo "Error configuring gcc"; exit 1; }

0 commit comments

Comments
 (0)