mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-21 13:54:15 -07:00
Add make option ZT_ENABLE_CLUSTER and disable it in default Linux build.
This commit is contained in:
parent
e4d1aba3f8
commit
906e49ff72
3 changed files with 16 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue