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

sal_rtl_uri unittest seems to depend on sal_textenc library too

Change-Id: I3b85f3916d49a1853d073879a906506bee0d4fba
üst 42990cc2
......@@ -25,4 +25,12 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_uri,\
$(gb_STDLIBS) \
))
# The test uses O(U)String capabilities that dlopen this lib
ifneq ($(OS),ANDROID)
# Except that on Android we don't build it separately
$(call gb_CppunitTest_get_target,sal_rtl_uri) : \
$(call gb_Library_get_target,sal_textenc)
endif
# 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