mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2025-04-05 16:51:50 +00:00
Update Makefile to support armv8l (#1321)
This commit is contained in:
parent
0edbcbdf19
commit
e67cc75063
2
Makefile
2
Makefile
@ -46,6 +46,8 @@ else ifeq ($(UNAME_M),armv6l)
|
|||||||
BINARY := $(BINARYARM6)
|
BINARY := $(BINARYARM6)
|
||||||
else ifeq ($(UNAME_M),armv7l)
|
else ifeq ($(UNAME_M),armv7l)
|
||||||
BINARY := $(BINARYARM7)
|
BINARY := $(BINARYARM7)
|
||||||
|
else ifeq ($(UNAME_M),armv8l)
|
||||||
|
BINARY := $(BINARYARM8)
|
||||||
else
|
else
|
||||||
$(error "Build on $(UNAME_M) is not supported, yet.")
|
$(error "Build on $(UNAME_M) is not supported, yet.")
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user