[Loader] Fixed Makefile, mixed up devkitPro and devkitPPC, ups.

This commit is contained in:
Maschell 2018-05-26 14:24:41 +02:00
parent 94dd3cb7ff
commit 02b70d1cfa

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):$(DEVKITPPC)/tools/bin
export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH):$(DEVKITPRO)/tools/bin
export PORTLIBS := $(DEVKITPRO)/portlibs/ppc
PREFIX := powerpc-eabi-