Skip to content

Commit c1d52f5

Browse files
committed
Fix server compile flags for unzip.c and ioapi.c
1 parent fd0d65c commit c1d52f5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2987,10 +2987,10 @@ $(B)/ded/%.o: $(ZDIR)/%.c
29872987
$(DO_THIRDPARTY_DED_CC)
29882988

29892989
$(B)/ded/ioapi.o: $(CMDIR)/ioapi.c
2990-
$(DO_THIRDPARTY_CC)
2990+
$(DO_THIRDPARTY_DED_CC)
29912991

29922992
$(B)/ded/unzip.o: $(CMDIR)/unzip.c
2993-
$(DO_THIRDPARTY_CC)
2993+
$(DO_THIRDPARTY_DED_CC)
29942994

29952995
$(B)/ded/%.o: $(BLIBDIR)/%.c
29962996
$(DO_BOT_CC)

0 commit comments

Comments
 (0)