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

Silence a warning on older versions of clang on MacOS.

It seems that -pthread is not really needed...
parent db0279be
No related branches found
No related tags found
No related merge requests found
packetdrill-ext-libs := -pthread -lpcap packetdrill-ext-libs := -lpcap
CFLAGS = -D__APPLE_USE_RFC_3542 CFLAGS = -D__APPLE_USE_RFC_3542
LDFLAGS = LDFLAGS =
ifneq ("$(wildcard /usr/lib/libsctp.dylib)","") ifneq ("$(wildcard /usr/lib/libsctp.dylib)","")
......
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