tpws: fix ipv6 macros on bsd

This commit is contained in:
bol-van
2024-08-21 10:02:16 +03:00
parent 93aa69ff7b
commit 881061c918
7 changed files with 12 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
CC ?= cc
CFLAGS += -std=gnu99 -s -O3 -Wno-logical-op-parentheses
CFLAGS += -std=gnu99 -s -O3
LIBS = -lz -lpthread
SRC_FILES = *.c