[Loader] Adding $(DEVKITPPC)/tools/bin to the PATH to make bin2s visible.

This commit is contained in:
Maschell 2018-05-26 14:19:42 +02:00
parent 3e9dd4bd49
commit 94dd3cb7ff

View File

@ -11,7 +11,7 @@ endif
ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPRO")
endif
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH)
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH):$(DEVKITPPC)/tools/bin
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
PREFIX := powerpc-eabi-