Skip to content
Snippets Groups Projects
Commit 4e4b0aa0 authored by Michael Tüxen's avatar Michael Tüxen
Browse files

Fix file detection on MacOS.

parent 93bbd08a
No related branches found
No related tags found
No related merge requests found
packetdrill-ext-libs := -pthread -lpcap packetdrill-ext-libs := -pthread -lpcap
CFLAGS = -D__APPLE_USE_RFC_3542 CFLAGS = -D__APPLE_USE_RFC_3542
LDFLAGS = LDFLAGS =
ifeq ("$(wildcard $(/usr/lib/libsctp.dylib))","") ifneq ("$(wildcard /usr/lib/libsctp.dylib)","")
packetdrill-ext-libs += -lsctp packetdrill-ext-libs += -lsctp
CFLAGS += -DHAVE_SCTP CFLAGS += -DHAVE_SCTP
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment