Fix compiling with latest wut version by linking against libz

This commit is contained in:
Maschell 2020-08-12 18:19:12 +02:00
parent 533ba70c83
commit 1e8c7b0adb

View File

@ -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