diff --git a/dkppc/rules/base_tools b/dkppc/rules/base_tools index e0582b4..ea68dc9 100644 --- a/dkppc/rules/base_tools +++ b/dkppc/rules/base_tools @@ -16,7 +16,7 @@ endif DEVKITPATH=$(shell echo "$(DEVKITPRO)" | sed -e 's/^\([a-zA-Z]\):/\/\1/') export PORTLIBS := $(DEVKITPATH)/portlibs/ppc -export PATH := $(DEVKITPATH)/devkitPPC/bin:$(PORTLIBS)/bin:$(PATH) +export PATH := $(DEVKITPATH)/tools/bin:$(DEVKITPATH)/devkitPPC/bin:$(PORTLIBS)/bin:$(PATH) #--------------------------------------------------------------------------------- # the prefix on the compiler executables