mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
update build files and allow compile without websocket
This commit is contained in:
parent
9575f70f38
commit
1a1d54387c
3 changed files with 13 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -14,6 +14,12 @@ USE_STATIC := no
|
|||
USE_MESHNET := no
|
||||
USE_UPNP := no
|
||||
|
||||
|
||||
ifeq ($(WEBSOCKET),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