summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2019-10-10 15:58:15 +0300
committerTor Lillqvist <tml@collabora.com>2019-10-10 16:00:40 +0300
commit2eb3c27db9944fbf5a99f9d7edc179bbfca8aa4a (patch)
treede0845de89fd3c874fa7c6262721ae74694b49c4
parent97e2e47e22f1e623d081376186d0b16499205097 (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
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 6ec47dca7a34..826d6649ed3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3961,6 +3961,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