summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjan Iversen <jani@libreoffice.org>2017-10-08 10:56:49 +0200
committerjan Iversen <jani@libreoffice.org>2017-10-08 11:58:59 +0200
commit619cdb1517a61e0320a0d9a0a0260177b5a2c529 (patch)
tree0ca9b1ca33dabf3b94c47bde3c8fa6536ad71bb2
parent12d5e57dcac22c288ef23075b82e3e3e87929912 (diff)
iOS, 3rd party lib cross-compile
configure of externals does not work if --build == --host tricking --host but removing version number Change-Id: I779cc6dedc33ec849e496587a4347d19166237e2
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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