summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2021-01-11 11:43:25 -0500
committerGitHub <noreply@github.com>2021-01-11 11:43:25 -0500
commit979ccd9428bdb098c5e51bf124dc054446cb52b2 (patch)
tree7cd302b720824303ed5163668e390510f5f89083
parentUpdate 3.7 CHANGELOG TOC (diff)
downloadice-979ccd9428bdb098c5e51bf124dc054446cb52b2.tar.bz2
ice-979ccd9428bdb098c5e51bf124dc054446cb52b2.tar.xz
ice-979ccd9428bdb098c5e51bf124dc054446cb52b2.zip
Update macos min version to 10.14 (#1233)
-rw-r--r--config/Make.rules.Darwin2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/Make.rules.Darwin b/config/Make.rules.Darwin
index 6e3c3f5a146..19ed0e35f3c 100644
--- a/config/Make.rules.Darwin
+++ b/config/Make.rules.Darwin
@@ -5,7 +5,7 @@
supported-platforms = macosx iphoneos iphonesimulator
macosx_ar = libtool
-macosx_cppflags = -mmacosx-version-min=10.9 -arch x86_64
+macosx_cppflags = -mmacosx-version-min=10.14 -arch x86_64
macosx_ldflags = $(macosx_cppflags) \
$(if $(filter yes, $(allow-undefined-symbols)),-undefined dynamic_lookup,)
macosx_targetdir = $(if $(filter %/build,$5),/macosx)