Explorar el Código

Fix syntax error (#1806)

Similar previous fix:
https://github.com/zerotier/ZeroTierOne/commit/668ab8b85c169648141d961566f183cf71ae6fa6
Brenton Bostick hace 2 años
padre
commit
2f5dc10399
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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