mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 18:14:20 -05:00
add general tools to devkitA64
This commit is contained in:
parent
d30d2fa318
commit
55e002c9dc
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user