diff --git a/Dockerfile b/Dockerfile index b0f613b..a0b4fbe 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM wiiuenv/devkitppc:20200625 +FROM wiiuenv/devkitppc:20200810 COPY --from=wiiuenv/wiiumodulesystem:20200626 /artifacts $DEVKITPRO diff --git a/Makefile b/Makefile index 7e17218..4e58c9c 100644 --- a/Makefile +++ b/Makefile @@ -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