Merge pull request #51 from majestrate/master

fix include path for freebsd (for issue #47)
This commit is contained in:
Jeff 2018-05-14 07:59:00 -04:00 committed by GitHub
commit 5dbbc95869
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ ifeq ($(UNAME),Linux)
LIBS += -lrt -lpthread
else ifeq ($(UNAME),FreeBSD)
FLAGS += -lrt -lpthread
LDFLAGS += -L/usr/local/lib
LDFLAGS += -L/usr/local/lib -L/usr/local/include
else
# Win32
LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread