Browse Source

Fix syntax error (#1806)

Similar previous fix:
https://github.com/zerotier/ZeroTierOne/commit/668ab8b85c169648141d961566f183cf71ae6fa6
Brenton Bostick 2 năm trước cách đây
mục cha
commit
2f5dc10399
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      make-bsd.mk

+ 1 - 1
make-bsd.mk

@@ -133,7 +133,7 @@ endif
 
 # Fail if system architecture could not be determined
 ifeq ($(ZT_ARCHITECTURE),999)
-ERR=$(error FATAL: architecture could not be determined from $(CC) -dumpmachine: $CC_MACH)
+ERR=$(error FATAL: architecture could not be determined from $(CC) -dumpmachine: $(CC_MACH))
 .PHONY: err
 err: ; $(ERR)
 endif