From dec7e11dfdd06a2b32da45bcd5aacfac8cc5240a Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 10 Jun 2020 13:00:05 +0200 Subject: [PATCH] Fix the linking with the new versions of the module libs and WUMS --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a6413a5..2c0cbf5 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 -T$(WUMS_ROOT)/share/libfunctionpatcher.ld $(WUMSSPECS) LIBS := -lwums -lwut -lkernel -lfunctionpatcher @@ -46,7 +46,6 @@ LIBS := -lwums -lwut -lkernel -lfunctionpatcher #------------------------------------------------------------------------------- LIBDIRS := $(PORTLIBS) $(WUT_ROOT) $(WUMS_ROOT) - #------------------------------------------------------------------------------- # no real need to edit anything past this point unless you need to add additional # rules for different file extensions