add general tools to devkitA64

This commit is contained in:
Dave Murphy 2017-03-05 20:35:03 +00:00
parent d30d2fa318
commit 55e002c9dc

View File

@ -221,6 +221,12 @@ if [ $VERSION -eq 2 ]; then
archives="binutils-${MN_BINUTILS_VER}.tar.bz2 $archives"
fi
if [ $VERSION -eq 3 ]; then
hostarchives="general-tools-$GENERAL_TOOLS_VER.tar.bz2"
fi
if [ ! -z "$BUILD_DKPRO_SRCDIR" ] ; then
SRCDIR="$BUILD_DKPRO_SRCDIR"