Browse Source

force mac native central controller builds to be x64 only for now

Grant Limberg 4 năm trước cách đây
mục cha
commit
ca1715118f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      make-mac.mk

+ 1 - 1
make-mac.mk

@@ -112,7 +112,7 @@ one:	$(CORE_OBJS) $(ONE_OBJS) one.o mac-agent
 zerotier-one: one
 
 central-controller:
-	make ZT_CONTROLLER=1 one
+	make ARCH_FLAGS="-arch x86_64" ZT_CONTROLLER=1 one
 
 zerotier-idtool: one