summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2016-08-17 01:14:54 +0300
committerTor Lillqvist <tml@collabora.com>2016-08-17 18:16:10 +0300
commitcb87239694e17e014c345a231c0eb21cb121f6c2 (patch)
treee6379771ef41036af9f4e9b28d483c5083b65993 /RepositoryExternal.mk
parentfb83fd9d22e07f8a12e5f54eea60440123125717 (diff)
Use correct path to the build platform's services.rdb when cross-compiling
Requires introducing LIBO_URE_MISC_FOLDER_FOR_BUILD. Change-Id: I133a7f73e48090f67764838b45de4fe8b7580efe
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 0345edcbc981..66208c26b90e 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -3852,7 +3852,7 @@ $(call gb_Executable_add_runtime_dependencies,saxparser,\
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
$(call gb_Package_get_target_for_build,instsetoo_native_setup_ure) \
$(call gb_Rdb_get_target_for_build,saxparser) \
- $(INSTROOT_FOR_BUILD)/$(LIBO_URE_MISC_FOLDER)/services.rdb \
+ $(INSTROOT_FOR_BUILD)/$(LIBO_URE_MISC_FOLDER_FOR_BUILD)/services.rdb \
$(call gb_UnoApi_get_target,udkapi) \
)
endef