Skip to content

Commit 108127d

Browse files
committed
update switch tools & libs
1 parent a3ae2e7 commit 108127d

1 file changed

Lines changed: 13 additions & 3 deletions

File tree

build-devkit.sh

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ TEX3DS_VER=1.0.0
5757
GP32_TOOLS_VER=1.0.3
5858
LIBMIRKO_VER=0.9.7
5959

60-
SWITCH_TOOLS_VER=1.2.0
61-
LIBNX_VER=1.0.0
60+
SWITCH_TOOLS_VER=1.4.0
61+
LIBNX_VER=1.2.1
6262

6363
OSXMIN=${OSXMIN:-10.9}
6464

@@ -229,6 +229,8 @@ fi
229229

230230
if [ $VERSION -eq 3 ]; then
231231

232+
targetarchives=" libnx-src-${LIBNX_VER}.tar.bz2"
233+
232234
hostarchives="general-tools-$GENERAL_TOOLS_VER.tar.bz2 switch-tools-$SWITCH_TOOLS_VER.tar.bz2"
233235

234236
fi
@@ -322,5 +324,13 @@ fi
322324

323325

324326
echo
325-
echo "note: Add the following to your environment; DEVKITPRO=$TOOLPATH $toolchain=$TOOLPATH/$package"
327+
echo "note: Add the following to your environment;"
328+
echo
329+
echo " DEVKITPRO=$TOOLPATH"
330+
if [ "$toolchain" != "DEVKITA64" ]; then
331+
echo " $toolchain=$TOOLPATH/$package"
332+
fi
333+
echo
334+
echo "add $TOOLPATH/tools/bin to your PATH"
335+
echo
326336
echo

0 commit comments

Comments
 (0)