[Libreoffice-commits] core.git: desktop/source

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 23 12:38:26 UTC 2021


 desktop/source/deployment/misc/dp_platform.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 59b0dd6e94c876dd322503f326fedf5fa350d25e
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Mar 22 13:25:51 2021 +0100
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Mar 23 13:37:42 2021 +0100

    Forgotten dp_misc::isPlatformSupported support for PLATFORMID=macosx_aarch64
    
    Change-Id: Ie3dfa624e3e4b8bad0c845175c2bff30feadbc23
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112890
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/desktop/source/deployment/misc/dp_platform.cxx b/desktop/source/deployment/misc/dp_platform.cxx
index d551263d9b9d..078d6760ad17 100644
--- a/desktop/source/deployment/misc/dp_platform.cxx
+++ b/desktop/source/deployment/misc/dp_platform.cxx
@@ -85,6 +85,8 @@ namespace
             ret = checkOSandCPU(u"Solaris", u"x86");
         else if (token == u"aix_powerpc")
             ret = checkOSandCPU(u"AIX", u"PowerPC");
+        else if (token == u"macosx_aarch64")
+            ret = checkOSandCPU(u"MacOSX", u"AARCH64");
         else if (token == u"macosx_x86_64")
             ret = checkOSandCPU(u"MacOSX", u"X86_64");
         else if (token == u"linux_x86")


More information about the Libreoffice-commits mailing list