mirror of
https://github.com/libretro/smsplus-gx.git
synced 2024-12-02 14:57:19 +00:00
Buildfixes for Apple
This commit is contained in:
parent
6c7a0552d0
commit
78ad7dbe9d
@ -122,7 +122,7 @@ else
|
||||
endif
|
||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||
fpic += -mmacosx-version-min=10.1
|
||||
fpic += -mmacosx-version-min=10.7
|
||||
|
||||
# iOS
|
||||
else ifneq (,$(findstring ios,$(platform)))
|
||||
|
Loading…
Reference in New Issue
Block a user