Set up the instdir_for_build URE unorc file when cross-compiling

Change-Id: Icde8c214f510d168b52f2594821071a5aff19ecf
This commit is contained in:
Tor Lillqvist 2014-09-17 16:26:47 +03:00
parent 9bfd1aced3
commit c42d2a5c7a
2 changed files with 2 additions and 0 deletions

View file

@ -22,6 +22,7 @@ $(eval $(call gb_Module_add_moduledirs,cross_toolset,\
i18nlangtag \
i18nutil \
i18npool \
instsetoo_native \
idl \
io \
javaunohelper \

View file

@ -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: