summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-10-10 15:58:15 +0300
committerTor Lillqvist <tml@collabora.com>2019-11-20 14:20:18 +0100
commit8420415d3122b238ff3c8d1d088f67c1c8c4fc5c (patch)
tree4dd9b0bee5ea66851c7bce0c2a2d19a774ee9186
parent041e7e5725e9c679cf1976cfb9044b4366d78426 (diff)
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) Reviewed-on: https://gerrit.libreoffice.org/83280 Reviewed-by: Tor Lillqvist <tml@collabora.com> Tested-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e8b876c39158..9df71ad7c85e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4220,6 +4220,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