From d4c48fa4106a1a9c6ec468b2c8997ba72773f207 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 16 Dec 2020 12:51:50 +0100 Subject: [PATCH] Remove unused libmappedmemory dependency --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e9e8cec..bde2f5a 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,9 @@ CFLAGS += $(INCLUDE) -D__WIIU__ -D__WUT__ -D__WUPS__ -D__LOGGING__ CXXFLAGS := $(CFLAGS) ASFLAGS := -g $(ARCH) -LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libmappedmemory.ld $(WUPSSPECS) +LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS) -LIBS := -lcontrollerpatcher -lwups -lwut -lmappedmemory +LIBS := -lcontrollerpatcher -lwups -lwut #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level