mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 03:37:49 +02:00
dropped MESHNET build option
Dropping MESHNET build option due to lack of usage. That change won't affect on usage with currently supported Yggdrasil network. Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
parent
2774d72888
commit
70dca81c40
6 changed files with 4 additions and 37 deletions
5
Makefile
5
Makefile
|
@ -31,7 +31,6 @@ include filelist.mk
|
|||
|
||||
USE_AESNI := $(or $(USE_AESNI),yes)
|
||||
USE_STATIC := $(or $(USE_STATIC),no)
|
||||
USE_MESHNET := $(or $(USE_MESHNET),no)
|
||||
USE_UPNP := $(or $(USE_UPNP),no)
|
||||
DEBUG := $(or $(DEBUG),yes)
|
||||
|
||||
|
@ -68,10 +67,6 @@ else # not supported
|
|||
$(error Not supported platform)
|
||||
endif
|
||||
|
||||
ifeq ($(USE_MESHNET),yes)
|
||||
NEEDED_CXXFLAGS += -DMESHNET
|
||||
endif
|
||||
|
||||
ifeq ($(USE_GIT_VERSION),yes)
|
||||
GIT_VERSION := $(shell git describe --tags)
|
||||
NEEDED_CXXFLAGS += -DGITVER=\"$(GIT_VERSION)\"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue