diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2019-06-03 14:42:44 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2019-06-03 10:32:15 +0200 |
commit | b4653db6504a7e12203d5defeea536a0decf76d8 (patch) | |
tree | ce3c0ddfa9c19886f06b044e9dcfa0bf779e1ba6 /distro-configs/LibreOfficeiOS.conf | |
parent | 80c5c68fede7af89e7a3732408e97364498fbbcd (diff) |
Add distro config for iOS simulator to make building easier
Change-Id: Iff70622732792224b3c0a080f95d69f86c167ae6
Reviewed-on: https://gerrit.libreoffice.org/73370
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'distro-configs/LibreOfficeiOS.conf')
-rw-r--r-- | distro-configs/LibreOfficeiOS.conf | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/distro-configs/LibreOfficeiOS.conf b/distro-configs/LibreOfficeiOS.conf index 411ba8d69798..7786120e2279 100644 --- a/distro-configs/LibreOfficeiOS.conf +++ b/distro-configs/LibreOfficeiOS.conf @@ -27,15 +27,6 @@ --without-tls -# iOS simulator (debug) -#--enable-ios-simulator -#--enable-debug - -# iOS Device (debug) -#--enable-ios-simulator -#--enable-debug -#--host=arm64-apple-darwin - -# iOS Device (release) +# iOS device --host=arm64-apple-darwin |