From 16b5013169d2445f602865f77e63e84b0e940696 Mon Sep 17 00:00:00 2001 From: powturbo Date: Tue, 22 Oct 2019 23:30:57 +0200 Subject: [PATCH] . --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index 220ad83..9d2920c 100644 --- a/makefile +++ b/makefile @@ -34,8 +34,8 @@ CFLAGS+=-D__int64_t=int64_t else OS := $(shell uname -s) UNAMEA := $(shell uname -a) -ifeq (,$(filter $(UNAMEA),aarch64)) - OS := arm64 +ifneq (,$(findstring aarch64, $(UNAMEA))) + OS := aarch64 endif #ifeq (,$(filter $(UNAMEA),ppc64le)) # OS := ppc64le