changeset 2619:e00a9e1f26c0

Need to link with zlib here after all, due to reasons of laziness. Would have to separate zlib (dmlib resources) into something separate.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 28 Nov 2023 20:06:41 +0200
parents 1b62395e2bb7
children 2aa885371c13
files Makefile.common
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)))
 
 
 ###