mirror of
https://github.com/wiiu-env/wiiload_plugin.git
synced 2024-11-22 10:39:16 +01:00
Link against -lz
to be compatible to latest wut
This commit is contained in:
parent
6e44a24e1e
commit
3b81f65d43
2
Makefile
2
Makefile
@ -40,7 +40,7 @@ CXXFLAGS := $(CFLAGS) -std=gnu++17
|
||||
ASFLAGS := -g $(ARCH)
|
||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map) -T$(WUPS_ROOT)/share/libwupsbackend.ld $(WUPSSPECS)
|
||||
|
||||
LIBS := -lwups -lwut -lwupsbackend
|
||||
LIBS := -lwups -lwut -lwupsbackend -lz
|
||||
|
||||
#-------------------------------------------------------------------------------
|
||||
# list of directories containing libraries, this must be the top level
|
||||
|
Loading…
Reference in New Issue
Block a user