libretro, fix apple os builds

This commit is contained in:
kub 2020-12-05 15:13:53 +01:00
parent 5735f2badf
commit 512898fed1
3 changed files with 15 additions and 1 deletions

View file

@ -81,7 +81,7 @@ else ifeq ($(platform), osx)
endif
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
SHARED += -mmacosx-version-min=10.1
SHARED += -mmacosx-version-min=10.6
else ifeq ($(platform), staticios)
TARGET := $(TARGET_NAME)_libretro_ios.a