Skip to content

Commit

Permalink
fix #117
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-mccoy committed Oct 22, 2021
1 parent 3979fdc commit 262445b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 262445b

Please sign in to comment.