mirror of
https://github.com/PurpleI2P/i2pd-tools
synced 2025-02-07 04:04:14 +00:00
Merge pull request #51 from majestrate/master
fix include path for freebsd (for issue #47)
This commit is contained in:
commit
5dbbc95869
2
Makefile
2
Makefile
@ -25,7 +25,7 @@ ifeq ($(UNAME),Linux)
|
|||||||
LIBS += -lrt -lpthread
|
LIBS += -lrt -lpthread
|
||||||
else ifeq ($(UNAME),FreeBSD)
|
else ifeq ($(UNAME),FreeBSD)
|
||||||
FLAGS += -lrt -lpthread
|
FLAGS += -lrt -lpthread
|
||||||
LDFLAGS += -L/usr/local/lib
|
LDFLAGS += -L/usr/local/lib -L/usr/local/include
|
||||||
else
|
else
|
||||||
# Win32
|
# Win32
|
||||||
LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread
|
LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread
|
||||||
|
Loading…
x
Reference in New Issue
Block a user