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

Build SCTP suport if /usr/lib/libsctp.dylib exists.

parent 6442001d
No related branches found
No related tags found
No related merge requests found
packetdrill-ext-libs := -pthread -lpcap
CFLAGS = -D__APPLE_USE_RFC_3542
LDFLAGS =
ifeq ("$(wildcard $(/usr/lib/libsctp.dylib))","")
packetdrill-ext-libs += -lsctp
CFLAGS += -DHAVE_SCTP
endif
include Makefile.common
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