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

pull/557/head
Jeff Becker 8 years ago
parent a3b08654b4
commit 556bfb752a
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

@ -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

Loading…
Cancel
Save