summaryrefslogtreecommitdiff
path: root/distro-configs
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-06-23 21:49:26 +0300
committerTor Lillqvist <tml@collabora.com>2020-11-15 09:01:32 +0100
commitc685184de261875980b2dda7d6c96c1a73d27703 (patch)
tree1b97f1b1f4aaf0f51f45a88cefe99bf6a2e66548 /distro-configs
parent1a4f7443491e809959b53838fb0cfad287317a88 (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> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105868 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Diffstat (limited to 'distro-configs')
-rw-r--r--distro-configs/LibreOfficeiOS.conf3
1 files changed, 1 insertions, 2 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf
index 9a15ad6b083f..33471127e14f 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