From c19a9166199dd5d9b5fa500b809557e052b16cce Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 20 Jun 2018 16:16:44 +0200 Subject: [PATCH] Stop rely on wut for building the loader --- loader/Makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/loader/Makefile b/loader/Makefile index ec80834..22d37d7 100644 --- a/loader/Makefile +++ b/loader/Makefile @@ -11,9 +11,6 @@ endif ifeq ($(strip $(DEVKITPRO)),) $(error "Please set DEVKITPRO in your environment. export DEVKITPRO=devkitPRO") endif -ifeq ($(strip $(WUT_ROOT)),) -$(error "Please set WUT_ROOT in your environment. export WUT_ROOT=wut) -endif export PATH := $(DEVKITPPC)/bin:$(PORTLIBS)/bin:$(PATH):$(DEVKITPRO)/tools/bin export PORTLIBS := $(DEVKITPRO)/portlibs/ppc @@ -87,9 +84,7 @@ LIBS := -lgui -lm -lgcc -lfat -lntfs -liosuhax -lutils -ldynamiclibs -lfreetype #--------------------------------------------------------------------------------- LIBDIRS := $(CURDIR) \ $(DEVKITPPC)/lib \ - $(DEVKITPRO)/wups \ - $(WUT_ROOT) \ - + $(DEVKITPRO)/wups #--------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional