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

jan Iversen jani at libreoffice.org
Fri Oct 6 12:56:10 UTC 2017


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 02ab7371e10172bdf3474551f3912a148cdf66e2
Author: jan Iversen <jani at libreoffice.org>
Date:   Fri Oct 6 14:50:22 2017 +0200

    iOS cross-compile even for x86-64
    
    Based on advice from IRC, cross compile is also active
    for simulator.
    The assumption build arch == host arch calls for not
    cross compiling, did not work due to the fact that iOS
    compiles without DESKTOP.
    
    Cross compiling to the same platform gives problems with e.g. libxml2
    will be solved in a later commit
    
    Change-Id: If18ee5f9473dd983e2cb705390017229c4205a71

diff --git a/configure.ac b/configure.ac
index 396d02b88296..f02204df4b81 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3075,7 +3075,7 @@ if test "$_os" = "WINNT"; then
         BITNESS_OVERRIDE=64
     fi
 fi
-if test "$_os" = "iOS" -a "$host_cpu" = "arm64"; then
+if test "$_os" = "iOS"; then
     cross_compiling="yes"
 fi
 


More information about the Libreoffice-commits mailing list