mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Software updater work.
This commit is contained in:
parent
a064e19b8a
commit
565842b5ec
7 changed files with 456 additions and 1 deletions
|
@ -57,6 +57,9 @@ endif
|
|||
|
||||
CXXFLAGS=$(CFLAGS) -mmacosx-version-min=10.7 -std=c++11 -stdlib=libc++
|
||||
|
||||
# 3 == MacOS, 2 == X64
|
||||
DEFS+=-DZT_BUILD_PLATFORM=3 -DZT_BUILD_ARCHITECTURE=2
|
||||
|
||||
all: one macui
|
||||
|
||||
one: $(OBJS) service/OneService.o one.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue