add tools path

This commit is contained in:
Dave Murphy 2018-05-09 00:48:45 +01:00
parent 9157139c4b
commit 237116fd60

View File

@ -11,7 +11,7 @@ endif
# path to tools
#---------------------------------------------------------------------------------
DEVKITPATH=$(shell echo "$(DEVKITPRO)" | sed -e 's/^\([a-zA-Z]\):/\/\1/')
export PATH := $(DEVKITPATH)/devkitARM/bin:$(PATH)
export PATH := $(DEVKITPATH)/tools/bin:$(DEVKITPATH)/devkitARM/bin:$(PATH)
#---------------------------------------------------------------------------------
# the prefix on the compiler executables