mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-06-23 21:09:55 -05:00
ensure newly built tools on front of path
This commit is contained in:
parent
0b31c7ab1c
commit
9bf0973c2a
|
|
@ -122,7 +122,7 @@ export MAKE
|
|||
# Add installed devkit to the path, adjusting path on minsys
|
||||
#---------------------------------------------------------------------------------
|
||||
TOOLPATH=$(echo $INSTALLDIR | sed -e 's/^\([a-zA-Z]\):/\/\1/')
|
||||
export PATH=$PATH:$TOOLPATH/$package/bin
|
||||
export PATH=$TOOLPATH/$package/bin:$PATH
|
||||
|
||||
CROSS_PARAMS="--build=`./config.guess`"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user