zerotier: fix cross compile in macOS

zerotier's Makefile use `uname` to detect target when cross compile
uname should always be 'linux'

Signed-off-by: Liangbin Lian <jjm2473@gmail.com>
This commit is contained in:
Liangbin Lian 2021-10-02 23:16:23 +08:00 committed by Josef Schlehofer
parent 921af7fdda
commit 748d87c88e

View file

@ -46,6 +46,7 @@ endif
MAKE_FLAGS += \
DEFS="" \
OSTYPE="Linux" \
define Build/Compile
$(call Build/Compile/Default,one)