From e5bf7206eed0eac231f2b94b5beeda8e46a1b50b Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Fri, 11 May 2018 19:37:20 +0100 Subject: [PATCH] add tools path to devkitPPC --- dkppc/rules/base_tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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