mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Build fixes.
This commit is contained in:
parent
64ba596e0b
commit
afea153a0b
4 changed files with 17 additions and 7 deletions
|
@ -31,6 +31,12 @@ ifeq ($(MACHINE),x86)
|
|||
DEFS+=-DZT_SALSA20_SSE
|
||||
endif
|
||||
|
||||
# Build with ZT_ENABLE_NETCONF_MASTER=1 to build with NetworkConfigMaster enabled
|
||||
ifeq ($(ZT_ENABLE_NETCONF_MASTER),1)
|
||||
DEFS+=-DZT_ENABLE_NETCONF_MASTER
|
||||
LIBS+=-lhiredis
|
||||
endif
|
||||
|
||||
# "make official" is a shortcut for this
|
||||
ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
||||
ZT_AUTO_UPDATE=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue