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
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