mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
libretro, fix apple os builds
This commit is contained in:
parent
5735f2badf
commit
512898fed1
3 changed files with 15 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue