mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 10:37:33 -07:00
Installer work, change to plain C, work for OSX installation.
This commit is contained in:
parent
9ffda4f955
commit
8cc9692cd9
4 changed files with 64 additions and 42 deletions
|
@ -3,7 +3,7 @@ CXX=clang++
|
|||
|
||||
INCLUDES=
|
||||
DEFS=
|
||||
LIBS=-lm
|
||||
LIBS=
|
||||
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue