mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
fixup rules archive downloading
This commit is contained in:
parent
848924d332
commit
502f832a5b
|
|
@ -185,7 +185,7 @@ archives="binutils-${BINUTILS_VER}.tar.xz gcc-${GCC_VER}.tar.xz newlib-${NEWLIB_
|
|||
|
||||
if [ $VERSION -eq 1 ]; then
|
||||
|
||||
archives="devkita64-rules-$DKA64_RULES_VER.tar.xz devkitarm-rules-$DKARM_RULES_VER.tar.xz devkitarm-crtls-$DKARM_CRTLS_VER.tar.xz $archives"
|
||||
archives="devkitarm-rules-$DKARM_RULES_VER.tar.xz devkitarm-crtls-$DKARM_CRTLS_VER.tar.xz $archives"
|
||||
fi
|
||||
|
||||
if [ $VERSION -eq 2 ]; then
|
||||
|
|
@ -193,6 +193,10 @@ if [ $VERSION -eq 2 ]; then
|
|||
archives="binutils-${MN_BINUTILS_VER}.tar.bz2 devkitppc-rules-$DKPPC_RULES_VER.tar.xz $archives"
|
||||
fi
|
||||
|
||||
if [ $VERSION -eq 3 ]; then
|
||||
|
||||
archives="devkita64-rules-$DKA64_RULES_VER.tar.xz $archives"
|
||||
fi
|
||||
|
||||
|
||||
if [ ! -z "$BUILD_DKPRO_SRCDIR" ] ; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user