mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-15 11:36:54 +02:00
parent
065f42af1d
commit
2f5dc10399
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
Reference in a new issue