mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-26 00:06:11 -05:00
add switch tools
This commit is contained in:
parent
96af86ec08
commit
38be3b48ba
|
|
@ -2,7 +2,7 @@
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
# devkitARM release 47
|
# devkitARM release 47
|
||||||
# devkitPPC release 29-1
|
# devkitPPC release 29-1
|
||||||
# devkitA64 alpha 2
|
# devkitA64 alpha 6
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
||||||
if [ 1 -eq 1 ] ; then
|
if [ 1 -eq 1 ] ; then
|
||||||
|
|
@ -57,6 +57,10 @@ PICASSO_VER=2.6.2
|
||||||
GP32_TOOLS_VER=1.0.3
|
GP32_TOOLS_VER=1.0.3
|
||||||
LIBMIRKO_VER=0.9.7
|
LIBMIRKO_VER=0.9.7
|
||||||
|
|
||||||
|
SWITCH_TOOLS_VER=1.0.0
|
||||||
|
SWITCH_CRTLS_VER=1.0.0
|
||||||
|
LIBNX_VER=1.0.0
|
||||||
|
|
||||||
OSXMIN=${OSXMIN:-10.9}
|
OSXMIN=${OSXMIN:-10.9}
|
||||||
|
|
||||||
#---------------------------------------------------------------------------------
|
#---------------------------------------------------------------------------------
|
||||||
|
|
@ -224,7 +228,7 @@ fi
|
||||||
|
|
||||||
if [ $VERSION -eq 3 ]; then
|
if [ $VERSION -eq 3 ]; then
|
||||||
|
|
||||||
hostarchives="general-tools-$GENERAL_TOOLS_VER.tar.bz2"
|
hostarchives="general-tools-$GENERAL_TOOLS_VER.tar.bz2 switch-tools-$SWITCH_TOOLS_VER.tar.bz2"
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user