zerotier: fix cross compile in macOS
authorLiangbin Lian <jjm2473@gmail.com>
Sat, 2 Oct 2021 15:16:23 +0000 (23:16 +0800)
committerJosef Schlehofer <pepe.schlehofer@gmail.com>
Sun, 20 Mar 2022 23:25:10 +0000 (00:25 +0100)
commit748d87c88eaa5dcdde87eaaac4985884aac5a339
tree9b57f5b322bb098798cface641a8d0be649e5739
parent921af7fdda9db13ff6fbd31faf71a3ebc0269403
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>
net/zerotier/Makefile