[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.4' - configure.ac
Tor Lillqvist (via logerrit)
logerrit at kemper.freedesktop.org
Sun Nov 15 09:44:08 UTC 2020
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e926a6e2af9bbada289fb7502d5ac1022c2d6f1b
Author: Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Sep 8 15:14:08 2020 +0300
Commit: Tor Lillqvist <tml at collabora.com>
CommitDate: Sun Nov 15 10:43:34 2020 +0100
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>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105882
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
diff --git a/configure.ac b/configure.ac
index dfe2475f2c7b..39605d0b0020 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2902,7 +2902,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