Detect platformDefaultHomePath on QNAP systems
This commit is contained in:
parent
7bc9666aac
commit
c61440efea
2 changed files with 22 additions and 0 deletions
|
@ -46,6 +46,10 @@ ifeq ($(ZT_SYNOLOGY), 1)
|
|||
DEFS+=-D__SYNOLOGY__
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_QNAP), 1)
|
||||
DEFS+=-D__QNAP__
|
||||
endif
|
||||
|
||||
ifeq ($(ZT_TRACE),1)
|
||||
DEFS+=-DZT_TRACE
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue