Kaydet (Commit) c8960203 authored tarafından Michael Meeks's avatar Michael Meeks

fix identical issue in textsearch unit test.

üst 9081e07c
...@@ -25,12 +25,15 @@ $(eval $(call gb_CppunitTest_use_components,i18npool_test_textsearch,\ ...@@ -25,12 +25,15 @@ $(eval $(call gb_CppunitTest_use_components,i18npool_test_textsearch,\
i18npool/util/i18npool \ i18npool/util/i18npool \
)) ))
$(eval $(call gb_Library_use_externals,i18nsearch,\
$(if $(filter MSC,$(COM)),icuin,icui18n) \
icuuc \
))
$(eval $(call gb_CppunitTest_use_libraries,i18npool_test_textsearch,\ $(eval $(call gb_CppunitTest_use_libraries,i18npool_test_textsearch,\
cppu \ cppu \
cppuhelper \ cppuhelper \
sal \ sal \
icuuc \
$(if $(filter MSC,$(COM)),icuin,icui18n) \
unotest \ unotest \
$(gb_UWINAPI) \ $(gb_UWINAPI) \
)) ))
......
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