# HG changeset patch # User Matti Hamalainen # Date 1701194801 -7200 # Node ID e00a9e1f26c01a5f6c0498c3360e10fd52685a42 # Parent 1b62395e2bb7bff82b2714d94f8f2e568293f7c9 Need to link with zlib here after all, due to reasons of laziness. Would have to separate zlib (dmlib resources) into something separate. diff -r 1b62395e2bb7 -r e00a9e1f26c0 Makefile.common --- a/Makefile.common Tue Nov 28 19:39:56 2023 +0200 +++ b/Makefile.common Tue Nov 28 20:06:41 2023 +0200 @@ -510,7 +510,7 @@ $(eval $(call RULE_TOOL_BIN,64vw,\ $$(OBJPATH)lib64gfx.o $$(OBJPATH)lib64fmts.o \ $$(OBJPATH)lib64util.o $$(OBJPATH)libgfx_base.o,\ - $$(SDL_LDFLAGS))) + $$(ZLIB_LDFLAGS) $$(SDL_LDFLAGS))) ###