mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
try another freebsd fix
This commit is contained in:
parent
408e0c3bd7
commit
d369788be3
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 += -Wl,-rpath,/usr/local/lib
|
LDFLAGS += -L/usr/local/lib
|
||||||
else
|
else
|
||||||
# Win32
|
# Win32
|
||||||
LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread
|
LIBS += -lws2_32 -lwsock32 -lgdi32 -liphlpapi -lstdc++ -lpthread
|
||||||
|
|
Loading…
Reference in a new issue