mirror of
https://github.com/libretro/snes9x2005.git
synced 2025-02-20 00:32:55 +00:00
(OSX) Lower requirements to 10.1
This commit is contained in:
parent
f85531b64e
commit
77219244d0
4
Makefile
4
Makefile
@ -67,9 +67,7 @@ ifeq ($(arch),ppc)
|
||||
endif
|
||||
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))
|
||||
FLAGS += $(ARCHFLAGS)
|
||||
LDFLAGS += $(ARCHFLAGS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user