mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-21 11:22:45 +01:00
(OSX) Lower requirements to 10.1
This commit is contained in:
4
Makefile
4
Makefile
@@ -100,9 +100,7 @@ else ifeq ($(platform), osx)
|
||||
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
|
||||
SHARED := -dynamiclib
|
||||
ifeq ($(HAVE_DYNAREC),1)
|
||||
HAVE_MMAP = 1
|
||||
|
||||
Reference in New Issue
Block a user