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

@ -103,7 +103,7 @@ else ifeq ($(platform), osx)
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
fpic += -mmacosx-version-min=10.7
endif
# Nintendo Switch (libnx)