diff --git a/Makefile.linux b/Makefile.linux index 586d1bb..1f8f77b 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -15,6 +15,8 @@ else HOST_ARCH := x86_64 else ifeq ($(UNAME_M),$(filter $(UNAME_M),i386 i686)) HOST_ARCH := i686 + else ifeq ($(UNAME_M),$(filter $(UNAME_M),aarch64 arm64)) + HOST_ARCH := arm64 else $(error "Unsupported host architecture.") endif