add the right icu externals to the right target.

This commit is contained in:
Michael Meeks
2012-11-12 19:27:22 +00:00
parent 9faaeff44d
commit 7bbcbe0727

View File

@@ -25,7 +25,7 @@ $(eval $(call gb_CppunitTest_use_components,i18npool_test_textsearch,\
i18npool/util/i18npool \
))
$(eval $(call gb_Library_use_externals,i18nsearch,\
$(eval $(call gb_Library_use_externals,i18npool_test_textsearch,\
$(if $(filter MSC,$(COM)),icuin,icui18n) \
icuuc \
))