Detect platformDefaultHomePath on QNAP systems

This commit is contained in:
Joseph Henry 2017-06-25 20:20:30 -07:00
parent 7bc9666aac
commit c61440efea
2 changed files with 22 additions and 0 deletions

View file

@ -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