This commit is contained in:
powturbo
2019-10-22 23:30:57 +02:00
committed by GitHub
parent 844bb05d50
commit 16b5013169

View File

@ -34,8 +34,8 @@ CFLAGS+=-D__int64_t=int64_t
else else
OS := $(shell uname -s) OS := $(shell uname -s)
UNAMEA := $(shell uname -a) UNAMEA := $(shell uname -a)
ifeq (,$(filter $(UNAMEA),aarch64)) ifneq (,$(findstring aarch64, $(UNAMEA)))
OS := arm64 OS := aarch64
endif endif
#ifeq (,$(filter $(UNAMEA),ppc64le)) #ifeq (,$(filter $(UNAMEA),ppc64le))
# OS := ppc64le # OS := ppc64le