From 02b70d1cfaf97c5ed6e8caf80e267d79e0c4922a Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 26 May 2018 14:24:41 +0200 Subject: [PATCH] [Loader] Fixed Makefile, mixed up devkitPro and devkitPPC, ups. --- loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/Makefile b/loader/Makefile index 8f867e8..1f990ec 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):$(DEVKITPPC)/tools/bin +export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH):$(DEVKITPRO)/tools/bin export PORTLIBS := $(DEVKITPRO)/portlibs/ppc PREFIX := powerpc-eabi-