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:
parent
921af7fdda
commit
748d87c88e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ endif
|
|||
|
||||
MAKE_FLAGS += \
|
||||
DEFS="" \
|
||||
OSTYPE="Linux" \
|
||||
|
||||
define Build/Compile
|
||||
$(call Build/Compile/Default,one)
|
||||
|
|
Loading…
Reference in a new issue