mirror of
https://github.com/libretro/mgba.git
synced 2024-11-23 07:59:46 +00:00
(OSX) Lower requirements to OSX 10.1
This commit is contained in:
parent
89aece49ce
commit
0b4d4da866
@ -52,9 +52,7 @@ else ifeq ($(platform), osx)
|
||||
SHARED := -dynamiclib
|
||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
||||
fpic += -mmacosx-version-min=10.5
|
||||
endif
|
||||
fpic += -mmacosx-version-min=10.1
|
||||
ifndef ($(NOUNIVERSAL))
|
||||
CFLAGS += $(ARCHFLAGS)
|
||||
CXXFLAGS += $(ARCHFLAGS)
|
||||
|
Loading…
Reference in New Issue
Block a user