notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
504faec
)
(OSX) Lower requirements to OSX 10.1
author
twinaphex
<libretro@gmail.com>
Sat, 1 Aug 2015 22:09:35 +0000
(
00:09
+0200)
committer
twinaphex
<libretro@gmail.com>
Sat, 1 Aug 2015 22:09:35 +0000
(
00:09
+0200)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
cc8091f
..
960c8a6
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-63,9
+63,7
@@
else ifeq ($(platform), osx)
endif
OSXVER = `sw_vers -productVersion | cut -d. -f 2`
OSX_LT_MAVERICKS = `(( $(OSXVER) <= 9)) && echo "YES"`
- ifeq ($(OSX_LT_MAVERICKS),"YES")
- SHARED += -mmacosx-version-min=10.5
- endif
+ SHARED += -mmacosx-version-min=10.1
# iOS
else ifeq ($(platform), ios)