Use -lz directly to be compatible to latest wut version

This commit is contained in:
Maschell 2020-08-10 15:25:36 +02:00
parent 142c4e75bb
commit dbdb232a81
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM wiiuenv/devkitppc:20200625
FROM wiiuenv/devkitppc:20200810
COPY --from=wiiuenv/wiiumodulesystem:20200626 /artifacts $DEVKITPRO

View File

@ -21,7 +21,7 @@ WUMS_ROOT := $(DEVKITPRO)/wums
TARGET := payload
BUILD := build
SOURCES := source \
source/libelf\
source/elfio\
source/utils\
source/fs \
source/module
@ -41,7 +41,7 @@ CXXFLAGS := $(CFLAGS) -std=c++17
ASFLAGS := -g $(ARCH)
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map)
LIBS := -lwut
LIBS := -lwut -lz
#-------------------------------------------------------------------------------
# list of directories containing libraries, this must be the top level