mirror of
https://github.com/wiiu-env/WiiUPluginLoaderBackend.git
synced 2024-11-21 20:29:17 +01:00
Fix compiling with latest wut version by linking against libz
This commit is contained in:
parent
533ba70c83
commit
1e8c7b0adb
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user