Kaydet (Commit) 619cdb15 authored tarafından jan Iversen's avatar jan Iversen

iOS, 3rd party lib cross-compile

configure of externals does not work if
--build == --host

tricking --host but removing version number

Change-Id: I779cc6dedc33ec849e496587a4347d19166237e2
üst 12d5e57d
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment