File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
5757GP32_TOOLS_VER=1.0.3
5858LIBMIRKO_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
6363OSXMIN=${OSXMIN:- 10.9}
6464
Original file line number Diff line number Diff line change 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; }
You can’t perform that action at this time.
0 commit comments