From 1fb87997031d6318ddf8ddf9714d2585a92f7667 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Thu, 10 Oct 2019 15:58:15 +0300 Subject: 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 --- configure.ac | 1 + 1 file changed, 1 insertion(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index bf2002ebcace..0c8388fbc9a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4203,6 +4203,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 -- cgit