summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortwinaphex2015-08-01 23:19:59 +0200
committertwinaphex2015-08-01 23:19:59 +0200
commit317f395b49e258a70174fc043f44c63b06324427 (patch)
tree6db3bfd2642bba0f77345f4709035781359c4248
parent5e55f00fd10c78d3d98ba6241bce2d49fa428d45 (diff)
downloadpicogpsp-317f395b49e258a70174fc043f44c63b06324427.tar.gz
picogpsp-317f395b49e258a70174fc043f44c63b06324427.tar.bz2
picogpsp-317f395b49e258a70174fc043f44c63b06324427.zip
(OSX) Lower requirements to 10.1
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index f371da8..ae0b682 100644
--- a/Makefile
+++ b/Makefile
@@ -100,9 +100,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")
- fpic += -mmacosx-version-min=10.5
- endif
+ fpic += -mmacosx-version-min=10.1
SHARED := -dynamiclib
ifeq ($(HAVE_DYNAREC),1)
HAVE_MMAP = 1