mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-23 06:35:49 -07:00
Merge branch 'dev' into sso-update
This commit is contained in:
commit
8ea9d96c77
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue