From 53910125dfa10a50a6aaaf488a69f23f46ec2d63 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 14 May 2018 07:59:39 -0400 Subject: [PATCH] fix previous commit --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cec4d3a..98c2d5c 100644 --- a/Makefile +++ b/Makefile @@ -25,7 +25,8 @@ ifeq ($(UNAME),Linux) LIBS += -lrt -lpthread else ifeq ($(UNAME),FreeBSD) FLAGS += -lrt -lpthread - LDFLAGS += -L/usr/local/lib -L/usr/local/include + LDFLAGS += -L/usr/local/lib + INCFLAGS += -I/usr/local/include else # Win32 LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread