Browse Source

Fix syntax error (#1806)

Similar previous fix:
668ab8b85c
pull/4/head
Brenton Bostick 3 years ago committed by GitHub
parent
commit
2f5dc10399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      make-bsd.mk

2
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

Loading…
Cancel
Save