[Libreoffice-commits] core.git: configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Tue Sep 8 16:40:28 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1a1908e8e5a57eebba83a9c91ffc84853cd0636a
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 15:14:08 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Tue Sep 8 18:39:44 2020 +0200
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 at collabora.com>
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
More information about the Libreoffice-commits
mailing list