From 262445be3b8d6a80ff8024a885d0bb0a2412121b Mon Sep 17 00:00:00 2001 From: Jeff McCoy Date: Fri, 22 Oct 2021 14:50:49 +0000 Subject: [PATCH] fix #117 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 076619157d..642f9521d9 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ifneq ($(UNAME_S),Linux) ifeq ($(UNAME_P),i386) ZARF_BIN := $(addsuffix -intel,$(ZARF_BIN)) endif - ifeq ($(UNAME_P),arm64) + ifeq ($(UNAME_P),arm) ZARF_BIN := $(addsuffix -apple,$(ZARF_BIN)) endif endif