Update Makefile.common

This commit is contained in:
Autechre 2021-02-16 02:49:52 +01:00 committed by GitHub
parent cebd46a803
commit 03a051d5bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,7 +132,7 @@ ifneq ($(findstring Darwin,$(OS)),)
LIBS += -framework AppKit LIBS += -framework AppKit
MINVERSION= MINVERSION=
ifeq ($(shell uname -p),arm) ifeq ($(shell uname -p),arm)
MINVERSION = -mmacosx-version-min=10.14 -stdlib=libc++ # macOS (Metal, ARM 64bit) MINVERSION = -mmacosx-version-min=10.15 -stdlib=libc++ # macOS (Metal, ARM 64bit)
else ifeq ($(HAVE_METAL),1) else ifeq ($(HAVE_METAL),1)
MINVERSION = -mmacosx-version-min=10.13 -stdlib=libc++ # macOS (Metal, x86 64bit) MINVERSION = -mmacosx-version-min=10.13 -stdlib=libc++ # macOS (Metal, x86 64bit)
else ifeq ($(shell uname -p),powerpc) else ifeq ($(shell uname -p),powerpc)