mirror of
https://github.com/libretro/beetle-supergrafx-libretro.git
synced 2024-11-27 09:50:56 +00:00
Update
This commit is contained in:
parent
46abaa34c4
commit
a7f0894e90
4
Makefile
4
Makefile
@ -131,7 +131,11 @@ ifeq ($(arch),ppc)
|
||||
endif
|
||||
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
|
||||
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
|
||||
ifeq ($(OSX_LT_MAVERICKS),"YES")
|
||||
fpic += -mmacosx-version-min=10.1
|
||||
else
|
||||
fpic += -stdlib=libc++
|
||||
endif
|
||||
|
||||
# iOS
|
||||
else ifneq (,$(findstring ios,$(platform)))
|
||||
|
Loading…
Reference in New Issue
Block a user