File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ TEX3DS_VER=1.0.0
5757GP32_TOOLS_VER=1.0.3
5858LIBMIRKO_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
6363OSXMIN=${OSXMIN:- 10.9}
6464
229229
230230if [ $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
234236fi
322324
323325
324326echo
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
326336echo
You can’t perform that action at this time.
0 commit comments