From 906e49ff7200f15d99d0bd2f9d87f484738929b0 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 16 Nov 2015 16:22:41 -0800 Subject: Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build. --- make-mac.mk | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'make-mac.mk') diff --git a/make-mac.mk b/make-mac.mk index 174216fb..6ea23859 100644 --- a/make-mac.mk +++ b/make-mac.mk @@ -32,6 +32,11 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1) CODESIGN_INSTALLER_CERT="Developer ID Installer: ZeroTier Networks LLC (8ZD9JUCZ4V)" endif +# Build with ZT_ENABLE_CLUSTER=1 to build with cluster support +ifeq ($(ZT_ENABLE_CLUSTER),1) + DEFS+=-DZT_ENABLE_CLUSTER +endif + ifeq ($(ZT_AUTO_UPDATE),1) DEFS+=-DZT_AUTO_UPDATE endif -- cgit v1.2.3