mirror of
https://github.com/PurpleI2P/i2pd-tools.git
synced 2025-01-22 13:27:17 +01:00
fix previous commit
This commit is contained in:
parent
f70583a4d8
commit
53910125df
3
Makefile
3
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
|
||||
|
|
Loading…
Reference in a new issue