mirror of
https://github.com/libretro/beetle-lynx-libretro.git
synced 2025-02-17 06:42:37 +00:00
Lower requirements to OSX 10.1
This commit is contained in:
parent
a1e82476ef
commit
8dbca23830
4
Makefile
4
Makefile
@ -62,9 +62,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
|
||||
else ifeq ($(platform), ios)
|
||||
TARGET := $(TARGET_NAME)_ios.dylib
|
||||
fpic := -fPIC
|
||||
|
Loading…
x
Reference in New Issue
Block a user