From 94dd3cb7ffdf78b88eb37c86288653c02e363e8f Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 26 May 2018 14:19:42 +0200 Subject: [PATCH] [Loader] Adding $(DEVKITPPC)/tools/bin to the PATH to make bin2s visible. --- loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/Makefile b/loader/Makefile index 7e60cbc..8f867e8 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -11,7 +11,7 @@ endif ifeq ($(strip $(DEVKITPRO)),) $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=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-