summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-09-08 15:14:08 +0300
committerTor Lillqvist <tml@collabora.com>2020-09-08 18:39:44 +0200
commit1a1908e8e5a57eebba83a9c91ffc84853cd0636a (patch)
treebe0b65c01eb43cc37544533035235920b199ca97 /configure.ac
parent1dc133c6994833dadd91e20d0a7c9ebc22bc0e61 (diff)
The current macOS beta for Apple Silicon is 11.0
Change-Id: I79a62c680bdf1b8d0e982fa0d30f019a9a57f666 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102251 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4a48eea2de28..d97b10fff15b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2931,7 +2931,7 @@ if test $_os = Darwin; then
if test "$host_cpu" = x86_64; then
with_macosx_version_min_required="10.10";
else
- with_macosx_version_min_required="10.16";
+ with_macosx_version_min_required="11.0";
fi
fi