mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-01-26 17:55:07 +01:00
(OSX) Lower requirements to 10.1
This commit is contained in:
parent
5e55f00fd1
commit
317f395b49
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user