default to USE_MESHNET=yes

This commit is contained in:
Jeff Becker 2016-06-28 07:57:48 -04:00
parent 06daa8bb0e
commit cd47ddd539

View File

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