mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-04 16:24:57 -05:00
add switch tools
This commit is contained in:
parent
96af86ec08
commit
38be3b48ba
|
|
@ -2,7 +2,7 @@
|
|||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 47
|
||||
# devkitPPC release 29-1
|
||||
# devkitA64 alpha 2
|
||||
# devkitA64 alpha 6
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
if [ 1 -eq 1 ] ; then
|
||||
|
|
@ -57,6 +57,10 @@ PICASSO_VER=2.6.2
|
|||
GP32_TOOLS_VER=1.0.3
|
||||
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}
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
|
|
@ -224,7 +228,7 @@ fi
|
|||
|
||||
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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user