From 91365098f727bf3753bd4db2b2a1fe5a05e516e6 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 16 Feb 2021 23:12:25 +0100 Subject: [PATCH] -arch arm64 works, using that --- Makefile.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.common b/Makefile.common index 315597e0c8..2afa6cf101 100644 --- a/Makefile.common +++ b/Makefile.common @@ -147,7 +147,7 @@ ifneq ($(findstring Darwin,$(OS)),) ifeq ($(ARCH),arm64) DARWINFLAGS = -mmacosx-version-min=10.15 -stdlib=libc++ # macOS (Metal, ARM 64bit) DARWINFLAGS += -DDONT_WANT_ARM_OPTIMIZATIONS - DARWINFLAGS += -arch arm + DARWINFLAGS += -arch arm64 else ifeq ($(ARCH),x86_64) ifeq ($(HAVE_METAL),1) DARWINFLAGS = -mmacosx-version-min=10.13 -stdlib=libc++