Update Makefile to support builds on Illumos
Some checks are pending
CodeQL / Analyze (go) (push) Waiting to run
build / build (push) Waiting to run
Test fzf on macOS / build (push) Waiting to run

Close #4772
This commit is contained in:
Daniel Levin
2026-04-13 10:47:18 +02:00
committed by Junegunn Choi
parent bd4a18d0a9
commit 06e70570e2

View File

@@ -53,6 +53,8 @@ ifeq ($(UNAME_M),x86_64)
BINARY := $(BINARY64)
else ifeq ($(UNAME_M),amd64)
BINARY := $(BINARY64)
else ifeq ($(UNAME_M),i86pc)
BINARY := $(BINARY64)
else ifeq ($(UNAME_M),s390x)
BINARY := $(BINARYS390)
else ifeq ($(UNAME_M),i686)