[Libreoffice-commits] core.git: configure.ac

jan Iversen jani at libreoffice.org
Sun Oct 8 09:59:43 UTC 2017


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit 619cdb1517a61e0320a0d9a0a0260177b5a2c529
Author: jan Iversen <jani at libreoffice.org>
Date:   Sun Oct 8 10:56:49 2017 +0200

    iOS, 3rd party lib cross-compile
    
    configure of externals does not work if
    --build == --host
    
    tricking --host but removing version number
    
    Change-Id: I779cc6dedc33ec849e496587a4347d19166237e2

diff --git a/configure.ac b/configure.ac
index f02204df4b81..0c3513b0c841 100644
--- a/configure.ac
+++ b/configure.ac
@@ -637,6 +637,9 @@ darwin*) # Mac OS X or iOS
         enable_report_builder=no
         with_theme="tango"
         with_ppds=no
+        if test "$enable_ios_simulator" = "yes"; then
+            host=x86_64-apple-darwin
+        fi
     else
         _os=Darwin
         INSTROOTBASESUFFIX=/$PRODUCTNAME_WITHOUT_SPACES.app


More information about the Libreoffice-commits mailing list