Skip to content

Commit e5bf720

Browse files
committed
add tools path to devkitPPC
1 parent af50144 commit e5bf720

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dkppc/rules/base_tools

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
DEVKITPATH=$(shell echo "$(DEVKITPRO)" | sed -e 's/^\([a-zA-Z]\):/\/\1/')
1717

1818
export PORTLIBS := $(DEVKITPATH)/portlibs/ppc
19-
export PATH := $(DEVKITPATH)/devkitPPC/bin:$(PORTLIBS)/bin:$(PATH)
19+
export PATH := $(DEVKITPATH)/tools/bin:$(DEVKITPATH)/devkitPPC/bin:$(PORTLIBS)/bin:$(PATH)
2020

2121
#---------------------------------------------------------------------------------
2222
# the prefix on the compiler executables

0 commit comments

Comments
 (0)