mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-03-10 22:44:21 +00:00
ZT_USE_TESTNET define in makefiles.
This commit is contained in:
parent
ecbcc9eb2c
commit
986773cc9c
@ -10,10 +10,15 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
||||
ZT_AUTO_UPDATE=1
|
||||
DEFS+=-DZT_OFFICIAL_RELEASE
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_USE_TESTNET),1)
|
||||
DEFS+=-DZT_USE_TESTNET
|
||||
endif
|
||||
|
||||
# Uncomment to dump trace and log to stdout
|
||||
#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
|
||||
|
||||
|
@ -15,10 +15,15 @@ ifeq ($(ZT_OFFICIAL_RELEASE),1)
|
||||
CODESIGN=codesign
|
||||
CODESIGN_CERT="Developer ID Application: ZeroTier Networks LLC (8ZD9JUCZ4V)"
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_USE_TESTNET),1)
|
||||
DEFS+=-DZT_USE_TESTNET
|
||||
endif
|
||||
|
||||
# Uncomment to dump trace and log info to stdout (useful for debug/test)
|
||||
#DEFS+=-DZT_TRACE -DZT_LOG_STDOUT
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user