File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -183,21 +183,23 @@ scriptdir=$(pwd)/$basedir/scripts
183183
184184archives=" binutils-${BINUTILS_VER} .tar.xz gcc-${GCC_VER} .tar.xz newlib-${NEWLIB_VER} .tar.gz"
185185
186- if [ $VERSION -eq 1 ]; then
187-
188- archives=" devkitarm-rules-$DKARM_RULES_VER .tar.xz devkitarm-crtls-$DKARM_CRTLS_VER .tar.xz $archives "
189- fi
190-
191186if [ $VERSION -eq 2 ]; then
192-
193- archives=" binutils-${MN_BINUTILS_VER} .tar.bz2 devkitppc-rules-$DKPPC_RULES_VER .tar.xz $archives "
187+ archives=" binutils-${MN_BINUTILS_VER} .tar.bz2 $archives "
194188fi
195189
196- if [ $VERSION -eq 3 ]; then
190+ if [ " $BUILD_DKPRO_SKIP_CRTLS " != " 1" ]; then
191+ if [ $VERSION -eq 1 ]; then
192+ archives=" devkitarm-rules-$DKARM_RULES_VER .tar.xz devkitarm-crtls-$DKARM_CRTLS_VER .tar.xz $archives "
193+ fi
197194
198- archives=" devkita64-rules-$DKA64_RULES_VER .tar.xz $archives "
199- fi
195+ if [ $VERSION -eq 2 ]; then
196+ archives=" devkitppc-rules-$DKPPC_RULES_VER .tar.xz $archives "
197+ fi
200198
199+ if [ $VERSION -eq 3 ]; then
200+ archives=" devkita64-rules-$DKA64_RULES_VER .tar.xz $archives "
201+ fi
202+ fi
201203
202204if [ ! -z " $BUILD_DKPRO_SRCDIR " ] ; then
203205 SRCDIR=" $BUILD_DKPRO_SRCDIR "
You can’t perform that action at this time.
0 commit comments