浏览代码

Fix syntax error (#1806)

Similar previous fix:
https://github.com/zerotier/ZeroTierOne/commit/668ab8b85c169648141d961566f183cf71ae6fa6
Brenton Bostick 2 年之前
父节点
当前提交
2f5dc10399
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      make-bsd.mk

+ 1 - 1
make-bsd.mk

@@ -133,7 +133,7 @@ endif
 
 
 # Fail if system architecture could not be determined
 # Fail if system architecture could not be determined
 ifeq ($(ZT_ARCHITECTURE),999)
 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
 .PHONY: err
 err: ; $(ERR)
 err: ; $(ERR)
 endif
 endif