mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-02-21 02:01:22 +00:00
Added override directive to CFLAGS for Synology builds in make-linux.mk
This commit is contained in:
parent
c8a907fd71
commit
22301a4599
@ -77,6 +77,7 @@ ifeq ($(ZT_QNAP), 1)
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_SYNOLOGY), 1)
|
||||
override CFLAGS+=-fPIC
|
||||
override CXXFLAGS+=-fPIC
|
||||
override DEFS+=-D__SYNOLOGY__
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user