mirror of
https://github.com/wiiu-env/WUMSLoader.git
synced 2024-11-23 16:29:16 +01:00
Use -lz directly to be compatible to latest wut version
This commit is contained in:
parent
142c4e75bb
commit
dbdb232a81
@ -1,4 +1,4 @@
|
|||||||
FROM wiiuenv/devkitppc:20200625
|
FROM wiiuenv/devkitppc:20200810
|
||||||
|
|
||||||
COPY --from=wiiuenv/wiiumodulesystem:20200626 /artifacts $DEVKITPRO
|
COPY --from=wiiuenv/wiiumodulesystem:20200626 /artifacts $DEVKITPRO
|
||||||
|
|
||||||
|
4
Makefile
4
Makefile
@ -21,7 +21,7 @@ WUMS_ROOT := $(DEVKITPRO)/wums
|
|||||||
TARGET := payload
|
TARGET := payload
|
||||||
BUILD := build
|
BUILD := build
|
||||||
SOURCES := source \
|
SOURCES := source \
|
||||||
source/libelf\
|
source/elfio\
|
||||||
source/utils\
|
source/utils\
|
||||||
source/fs \
|
source/fs \
|
||||||
source/module
|
source/module
|
||||||
@ -41,7 +41,7 @@ CXXFLAGS := $(CFLAGS) -std=c++17
|
|||||||
ASFLAGS := -g $(ARCH)
|
ASFLAGS := -g $(ARCH)
|
||||||
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map)
|
LDFLAGS = -g $(ARCH) $(RPXSPECS) -Wl,-Map,$(notdir $*.map)
|
||||||
|
|
||||||
LIBS := -lwut
|
LIBS := -lwut -lz
|
||||||
|
|
||||||
#-------------------------------------------------------------------------------
|
#-------------------------------------------------------------------------------
|
||||||
# list of directories containing libraries, this must be the top level
|
# list of directories containing libraries, this must be the top level
|
||||||
|
Loading…
Reference in New Issue
Block a user