mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 13:20:43 +00:00
Update Makefile.common
This commit is contained in:
parent
cebd46a803
commit
03a051d5bb
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user