offer alternative to arch
This commit is contained in:
parent
9faf305588
commit
ec79562352
@ -92,7 +92,7 @@ endif
|
||||
ifeq ($(PLATFORM),FreeBSD)
|
||||
_ARCH := $(shell sysctl -b hw.machine_arch)
|
||||
else
|
||||
_ARCH := $(shell arch)
|
||||
_ARCH := $(shell sh -c "if command -v arch 1> /dev/null;then arch;else uname -m;fi")
|
||||
endif
|
||||
|
||||
# adjust coverage set
|
||||
|
Loading…
Reference in New Issue
Block a user