From c685184de261875980b2dda7d6c96c1a73d27703 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Tue, 23 Jun 2020 21:49:26 +0300 Subject: 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 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105868 Tested-by: Jenkins CollaboraOffice --- distro-configs/LibreOfficeiOS.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'distro-configs') 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 -- cgit