From 1e8c7b0adb06a8e0bab9c6c60eb46e16c66d5387 Mon Sep 17 00:00:00 2001 From: Maschell Date: Wed, 12 Aug 2020 18:19:12 +0200 Subject: [PATCH] Fix compiling with latest wut version by linking against libz --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9747ff3..0ebef38 100644 --- a/Makefile +++ b/Makefile @@ -43,7 +43,7 @@ CXXFLAGS := $(CFLAGS) -std=c++17 ASFLAGS := -g $(ARCH) LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUMS_ROOT)/share/libfunctionpatcher.ld $(WUMSSPECS) -LIBS := -lwums -lwut -lwups -lfunctionpatcher +LIBS := -lwums -lwut -lwups -lfunctionpatcher -lz #------------------------------------------------------------------------------- # list of directories containing libraries, this must be the top level