From 3d255758ffe5a639c975a982b215a2439313ac19 Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Wed, 23 Jul 2025 19:30:31 -0500 Subject: [PATCH] Fix server compile flags for unzip.c and ioapi.c --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 715ed1cf..1c39f6d7 100644 --- a/Makefile +++ b/Makefile @@ -2987,10 +2987,10 @@ $(B)/ded/%.o: $(ZDIR)/%.c $(DO_THIRDPARTY_DED_CC) $(B)/ded/ioapi.o: $(CMDIR)/ioapi.c - $(DO_THIRDPARTY_CC) + $(DO_THIRDPARTY_DED_CC) $(B)/ded/unzip.o: $(CMDIR)/unzip.c - $(DO_THIRDPARTY_CC) + $(DO_THIRDPARTY_DED_CC) $(B)/ded/%.o: $(BLIBDIR)/%.c $(DO_BOT_CC)