Kaydet (Commit) e4c6fe5d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

It's gb_UnoApi_get_target that we want here

Fixes cross-compilation: Running (the BUILD platform) saxparser in i18npool
failed because there was no BUILD udkapi.rdb.

No gb_UnoApi_get_target_for_build exists, and anyway, it would not be
needed. (Not here at least.)

Change-Id: I7bfe34cf339d8a847b76ab29669acc8d458d54e3
üst 68b75463
......@@ -2810,7 +2810,7 @@ $(call gb_Executable_add_runtime_dependencies,climaker,\
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
$(call gb_Package_get_target_for_build,cppuhelper_unorc) \
$(call gb_Rdb_get_outdir_target_for_build,ure/services) \
$(call gb_UnoApi_get_target_for_build,udkapi) \
$(call gb_UnoApi_get_target,udkapi) \
)
endef
......@@ -2847,7 +2847,7 @@ $(call gb_Executable_add_runtime_dependencies,saxparser,\
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
$(call gb_Package_get_target_for_build,cppuhelper_unorc) \
$(call gb_Rdb_get_outdir_target_for_build,ure/services) \
$(call gb_UnoApi_get_target_for_build,udkapi) \
$(call gb_UnoApi_get_target,udkapi) \
)
endef
......@@ -2860,7 +2860,7 @@ $(call gb_Executable_add_runtime_dependencies,uno,\
$(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \
$(call gb_Package_get_target_for_build,cppuhelper_unorc) \
$(call gb_Rdb_get_outdir_target_for_build,ure/services) \
$(call gb_UnoApi_get_target_for_build,udkapi) \
$(call gb_UnoApi_get_target,udkapi) \
)
endef
......
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