diff options
author | Tor Lillqvist <tml@iki.fi> | 2020-06-23 21:49:26 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2020-06-29 08:48:28 +0200 |
commit | baab4f890c8ac99d1b8dab5790fbb7ab949100ab (patch) | |
tree | 744324518a35f59b75570b2e7fa966f9be45e599 /distro-configs | |
parent | c098b50953d2428a7cebdfb32f9bfc1939cb8d65 (diff) |
Initial WIP steps for building for macOS on Apple Silicon
Don't use $host_os="darwin" for both macOS and iOS depending on
$host_cpu. Soon macOS will run on either x86_64 or arm64. Instead, use "darwin"
(or "macos") for macOS and "ios" for iOS.
Some other early changes for arm64-apple-macos, too.
Change-Id: Id89987d854ceba2cd87c6222db2081ccdec0c73e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96976
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'distro-configs')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index 12f48f3073b7..2fc9b2ddf1d8 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -28,5 +28,4 @@ --without-tls # iOS device ---host=arm64-apple-darwin - +--host=arm64-apple-ios |