Kaydet (Commit) 8a66c8f5 authored tarafından Luboš Luňák's avatar Luboš Luňák

sal_rtl_strings unittest depends on sal_textenc library

there's a dlopen of it somewhere in sal's string classes
üst 8945f1bc
...@@ -42,4 +42,9 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sal_rtl_strings,\ ...@@ -42,4 +42,9 @@ $(eval $(call gb_CppunitTest_add_linked_libs,sal_rtl_strings,\
$(gb_STDLIBS) \ $(gb_STDLIBS) \
)) ))
# the test uses the library created by Module_DLL
$(call gb_CppunitTest_get_target,sal_rtl_strings) : \
$(call gb_Library_get_target,sal_textenc)
# vim: set noet sw=4 ts=4: # vim: set noet sw=4 ts=4:
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