disable meshnet by default, use make USE_MESHNET=yes to build for cjdns

This commit is contained in:
Jeff Becker 2016-06-27 10:33:14 -04:00
parent a3b08654b4
commit 556bfb752a
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -11,7 +11,7 @@ include filelist.mk
USE_AESNI := yes
USE_STATIC := no
USE_MESHNET := yes
USE_MESHNET := no
ifeq ($(UNAME),Darwin)
DAEMON_SRC += DaemonLinux.cpp