Merge branch 'dev' into sso-update

This commit is contained in:
Grant Limberg 2022-12-06 09:21:45 -08:00
commit 8ea9d96c77
No known key found for this signature in database
GPG key ID: 8F2F97D3BE8D7735

View file

@ -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