Kaydet (Commit) 47b78e10 authored tarafından Caolán McNamara's avatar Caolán McNamara

add dependency on sal_textenc dlopened lib

Change-Id: I527536083d546afbb5673a16bc5527915ea9d3f7
üst ad2eedc8
......@@ -19,4 +19,11 @@ $(eval $(call gb_CppunitTest_use_libraries,sal_rtl_textenc,\
$(gb_UWINAPI) \
))
# 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_textenc) : \
$(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