mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-20 11:33:32 -05:00
use right tools prefix for cross builds
This commit is contained in:
parent
6cd9b70762
commit
ae6c2c125a
|
|
@ -2,7 +2,7 @@
|
|||
#---------------------------------------------------------------------------------
|
||||
# devkitARM release 48
|
||||
# devkitPPC release 30
|
||||
# devkitA64 release 9
|
||||
# devkitA64 release 10
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
if [ 1 -eq 1 ] ; then
|
||||
|
|
@ -152,6 +152,7 @@ TOOLPATH=$(echo $INSTALLDIR | sed -e 's/^\([a-zA-Z]\):/\/\1/')
|
|||
export PATH=$PATH:$TOOLPATH/$package/bin
|
||||
|
||||
if [ ! -z $CROSSBUILD ]; then
|
||||
toolsprefix=$INSTALLDIR/$CROSSBUILD/tools
|
||||
prefix=$INSTALLDIR/$CROSSBUILD/$package
|
||||
toolsprefix=$INSTALLDIR/$CROSSBUILD/tools
|
||||
CROSS_PARAMS="--build=`./config.guess` --host=$CROSSBUILD"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user