Link against libz to be compatible with the current wut version

This commit is contained in:
Maschell 2020-12-11 15:31:43 +01:00
parent 5626ae7e13
commit 7fb8b1289f

View File

@ -40,7 +40,7 @@ CXXFLAGS := $(CFLAGS)
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) $(WUPSSPECS)
LIBS := -lwups -lwut
LIBS := -lwups -lwut -lz
#-------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level