diff options
author | Tor Lillqvist <tml@collabora.com> | 2020-11-03 00:01:24 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-11-03 00:11:34 +0100 |
commit | 39bd2ff8c7dac93b7a3dd01ea80c8732939971df (patch) | |
tree | 63c7a895d9410459e7f751d09a3d0e5cb0c57c65 | |
parent | b179c4277c709658f42dd1155bf0d88bd57271f8 (diff) |
i386 is not used at all on macOS since many years
Change-Id: I6e9b61da73509f40575640209082defc34bcbf63
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105230
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 2f6733672ddc..a4044f61fd56 100644 --- a/configure.ac +++ b/configure.ac @@ -1260,7 +1260,7 @@ AC_SUBST(DLOPEN_LIBS) AC_ARG_ENABLE(ios-simulator, AS_HELP_STRING([--enable-ios-simulator], - [build i386 or x86_64 for ios simulator]) + [build for iOS simulator]) ) AC_ARG_ENABLE(ios-libreofficelight-app, |