configure.ac |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 0abaf950e8bf992a2220745a8ec4b97e4b50053e
Author:     Tor Lillqvist <t...@collabora.com>
AuthorDate: Fri Aug 7 01:35:58 2020 +0300
Commit:     Tor Lillqvist <t...@collabora.com>
CommitDate: Sun Nov 15 10:38:49 2020 +0100

    Use 10.16, not 11.0, as the minimum macOS on arm64 for now
    
    Change-Id: I5563d1e6f88a561fe861f6f9b0cbcbe4224ad110
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100280
    Tested-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-by: Tor Lillqvist <t...@collabora.com>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105877
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>

diff --git a/configure.ac b/configure.ac
index 6beb9f49c764..b610b6d537cf 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="11.0";
+            with_macosx_version_min_required="10.16";
         fi
     fi
 
@@ -2946,6 +2946,9 @@ if test $_os = Darwin; then
     10.15)
         MAC_OS_X_VERSION_MIN_REQUIRED="101500"
         ;;
+    10.16)
+        MAC_OS_X_VERSION_MIN_REQUIRED="101600"
+        ;;
     11.0)
         MAC_OS_X_VERSION_MIN_REQUIRED="110000"
         ;;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to