mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Software update fetcher seems to work, going back to updater/installer itself.
This commit is contained in:
parent
a22a3ed7e8
commit
ec4ffc0c2c
3 changed files with 11 additions and 1 deletions
|
@ -2,9 +2,13 @@ CC=clang
|
|||
CXX=clang++
|
||||
|
||||
INCLUDES=
|
||||
DEFS=-DZT_AUTO_UPDATE
|
||||
DEFS=
|
||||
LIBS=-lm
|
||||
|
||||
ifeq ($(ZT_AUTO_UPDATE),1)
|
||||
DEFS+=-DZT_AUTO_UPDATE
|
||||
endif
|
||||
|
||||
# Uncomment for a release optimized universal binary build
|
||||
CFLAGS=-arch i386 -arch x86_64 -Wall -O4 -pthread -mmacosx-version-min=10.6 -DNDEBUG -Wno-unused-private-field $(INCLUDES) $(DEFS)
|
||||
STRIP=strip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue