mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 00:00:29 +03:00
For some reason, the daemon src don't include I2PControl.cpp for OSX
builds.
This commit is contained in:
parent
905aa7cdc4
commit
0f227e8317
@ -11,7 +11,7 @@ ifeq ($(UNAME),Darwin)
|
||||
# Else will get linker error about unknown symbols. - torkel
|
||||
COMMON_SRC += \
|
||||
BOB.cpp ClientContext.cpp Daemon.cpp I2PTunnel.cpp I2PService.cpp SAM.cpp SOCKS.cpp \
|
||||
UPnP.cpp HTTPServer.cpp HTTPProxy.cpp i2p.cpp DaemonLinux.cpp
|
||||
UPnP.cpp HTTPServer.cpp HTTPProxy.cpp i2p.cpp DaemonLinux.cpp I2PControl.cpp
|
||||
endif
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user