summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-09-17 16:26:47 +0300
committerTor Lillqvist <tml@collabora.com>2014-09-17 16:29:34 +0300
commitc42d2a5c7a195c6d80160567a098d1387de741e5 (patch)
treef155830aa6e720887298df574dab0622b7967b41 /solenv
parent9bfd1aced3da2aab9df3fc6f93543a5b6b1075b6 (diff)
Set up the instdir_for_build URE unorc file when cross-compiling
Change-Id: Icde8c214f510d168b52f2594821071a5aff19ecf
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/extensions/pre_BuildTools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuild/extensions/pre_BuildTools.mk b/solenv/gbuild/extensions/pre_BuildTools.mk
index 05ac6d131ca3..e5604b97ddfe 100644
--- a/solenv/gbuild/extensions/pre_BuildTools.mk
+++ b/solenv/gbuild/extensions/pre_BuildTools.mk
@@ -42,5 +42,6 @@ gb_BUILD_TOOLS = \
$(foreach executable, \
xsltproc \
,$(call gb_ExternalExecutable_get_dependencies,$(executable))) \
+ $(INSTDIR)/$(LIBO_URE_ETC_FOLDER)/$(call gb_Helper_get_rcfile,uno) \
# vim: set noet sw=4 ts=4: