mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Route re-add patch for linux build on Synology devices
This commit is contained in:
parent
61b413b57f
commit
b5b335a6f8
3 changed files with 12 additions and 1 deletions
|
@ -41,6 +41,10 @@ ifeq ($(ZT_ENABLE_CLUSTER),1)
|
|||
DEFS+=-DZT_ENABLE_CLUSTER
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_SYNOLOGY), 1)
|
||||
DEFS+=-D__SYNOLOGY__
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_TRACE),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue