Support building on machines with `uname -m` == "aarch64" (#1710)

pull/1439/merge
stiletto 5 years ago committed by Junegunn Choi
parent 3089880f18
commit f1520bdde6

@ -42,6 +42,8 @@ else ifeq ($(UNAME_M),armv7l)
BINARY := $(BINARYARM7)
else ifeq ($(UNAME_M),armv8l)
BINARY := $(BINARYARM8)
else ifeq ($(UNAME_M),aarch64)
BINARY := $(BINARYARM8)
else ifeq ($(UNAME_M),ppc64le)
BINARY := $(BINARYPPC64LE)
else

Loading…
Cancel
Save