This commit is contained in:
x
2023-08-14 12:00:21 +02:00
parent bb1632ba94
commit e2c2b8a032

View File

@ -50,6 +50,11 @@ else
ifneq (,$(findstring aarch64,$(CC)))
ARCH = aarch64
else ifneq (,$(findstring arm64,$(ARCH)))
ARCH = aarch64
else ifneq (,$(findstring iPhone,$(ARCH)))
ARCH = aarch64
CFLAGS=-DHAVE_MALLOC_MALLOC
else ifneq (,$(findstring powerpc64le,$(CC)))
ARCH = ppc64le
endif