mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
force mac native central controller builds to be x64 only for now
This commit is contained in:
parent
27ecb7c7b6
commit
ca1715118f
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ one: $(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
|
||||||
zerotier-one: one
|
zerotier-one: one
|
||||||
|
|
||||||
central-controller:
|
central-controller:
|
||||||
make ZT_CONTROLLER=1 one
|
make ARCH_FLAGS="-arch x86_64" ZT_CONTROLLER=1 one
|
||||||
|
|
||||||
zerotier-idtool: one
|
zerotier-idtool: one
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue