summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-09-23 15:34:26 +0300
committerTor Lillqvist <tml@collabora.com>2013-09-23 15:38:10 +0300
commit0618b35ebda29b911058254cd34620e8b24ab8f7 (patch)
tree381c2b5531b4745c0cd89b5994022bf98a37c08d /config_host.mk.in
parent3f516cc112599c7e55672a178a62081b70fa91ef (diff)
Fixes for cross-compilation on OS X (to iOS)
Introduce SDKDIRNAME as a configury variable and use it instead of the gbuild gb_Package_SDKDIRNAME. Then we can easily construct the SDKDIRNAME_FOR_BUILD variant that is needed to find the specially named SDK in instdir on OS X when cross-compiling. Move the version number section in configure.ac earlier. Change-Id: Iee3db1a50ad4c7a9f91bbc5e0d0b01d76a76f701
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 567c8b1e1c31..3b58d6625dc5 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -463,6 +463,8 @@ export RTL_OS=@RTL_OS@
export SAC_JAR=@SAC_JAR@
export SAL_ENABLE_FILE_LOCKING=1
export SCPDEFS=@SCPDEFS@
+export SDKDIRNAME=@SDKDIRNAME@
+export SDKDIRNAME_FOR_BUILD=@SDKDIRNAME_FOR_BUILD@
export SERVLETAPI_JAR=@SERVLETAPI_JAR@
export SHOWINCLUDES_PREFIX=@SHOWINCLUDES_PREFIX@
export SOLARENV=@SRC_ROOT@/solenv