libretro: Try setting osx to 10.7.

This commit is contained in:
orbea 2019-05-02 14:29:26 -07:00 committed by Stephen Anthony
parent 7c79a4dd03
commit b5c9caa67f
1 changed files with 2 additions and 2 deletions

View File

@ -102,8 +102,8 @@ else ifeq ($(platform), osx)
OSXVER = $(shell sw_vers -productVersion | cut -d. -f 2)
OSX_GT_MOJAVE = $(shell (( $(OSXVER) >= 14)) && echo "YES")
ifneq ($(OSX_GT_MOJAVE),YES)
#this breaks compiling on Mac OS Mojave
fpic += -mmacosx-version-min=10.1
#this breaks compiling on Mac OS Mojave
fpic += -mmacosx-version-min=10.7
endif
# Nintendo Switch (libnx)