mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-07-05 01:33:55 +02:00
commit
b6fc795941
28 changed files with 468 additions and 58 deletions
6
Makefile
6
Makefile
|
@ -14,6 +14,12 @@ USE_STATIC := no
|
|||
USE_MESHNET := no
|
||||
USE_UPNP := no
|
||||
|
||||
|
||||
ifeq ($(WEBSOCKETS),1)
|
||||
NEEDED_CXXFLAGS += -DWITH_EVENTS
|
||||
DAEMON_SRC += Websocket.cpp
|
||||
endif
|
||||
|
||||
ifeq ($(UNAME),Darwin)
|
||||
DAEMON_SRC += DaemonLinux.cpp
|
||||
ifeq ($(HOMEBREW),1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue