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 ?= gcc
CFLAGS += -std=gnu99 -Wno-logical-op-parentheses -O3
CFLAGS += -std=gnu99 -O3
CFLAGS_BSD = -Wno-address-of-packed-member -Wno-switch
CFLAGS_WIN = -static
LIBS = -lpthread