fix previous commit

This commit is contained in:
Jeff Becker 2018-05-14 07:59:39 -04:00
parent f70583a4d8
commit 53910125df
No known key found for this signature in database
GPG key ID: F357B3B42F6F9B05

View file

@ -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