[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.2' - configure.ac

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Thu Oct 10 13:10:43 UTC 2019


 configure.ac |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b8fe0a7d3306870eebf7cdeef8a4730a22a9c76b
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Thu Oct 10 15:58:15 2019 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Thu Oct 10 16:09:51 2019 +0300

    Set RTL_OS to "iOS" for iOS
    
    We accidentally had left it as "MacOSX". Affects at least the
    "generator" metadata stored in documents.
    
    Change-Id: I72eeefdbe192409084f7ab7a24adbc39dcafb624
    (cherry picked from commit 1fb87997031d6318ddf8ddf9714d2585a92f7667)

diff --git a/configure.ac b/configure.ac
index 67c2a5801b8e..8d03a0cb7729 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4066,6 +4066,7 @@ darwin*)
         ;;
     arm64)
         OS=iOS
+        RTL_OS=iOS
         if test "$enable_ios_simulator" = "yes"; then
             AC_MSG_ERROR([iOS simulator is only available in OSX not iOS])
         else


More information about the Libreoffice-commits mailing list