From a4a58c78573ae057e03b70ea73abae223e8810ed Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 10 Jun 2020 13:12:16 +0200 Subject: [PATCH] Adopt to linking changes of WUMS --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3952bda..477e8c9 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ CXXFLAGS := $(CFLAGS) -std=c++17 ASFLAGS := -g $(ARCH) -LDFLAGS = -g $(ARCH) $(WUMSSPECS) -Wl,-Map,$(notdir $*.map) +LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libkernel.ld $(WUMSSPECS) LIBS := -lwums -lwut -lkernel