mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-24 18:25:28 -05:00
ensure newly built tools on front of path
This commit is contained in:
@@ -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`"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user