Kaydet (Commit) 2cea4c98 authored tarafından Isamu Mogi's avatar Isamu Mogi Kaydeden (comit) Kohei Yoshida

Add sal_textenc dependency to cppumaker

In Japanese localized Windows, cppumaker requires sal_textenclo.dll
but that rule isn't written in .mk. It causes build failure.

Change-Id: Icab74493a4a3b445144bb9d969b79636dbd17162
Reviewed-on: https://gerrit.libreoffice.org/7134Reviewed-by: 's avatarKohei Yoshida <libreoffice@kohei.us>
Tested-by: 's avatarKohei Yoshida <libreoffice@kohei.us>
üst 2e5abd41
...@@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_external,cppumaker,boost_headers)) ...@@ -13,6 +13,7 @@ $(eval $(call gb_Executable_use_external,cppumaker,boost_headers))
$(eval $(call gb_Executable_use_libraries,cppumaker,\ $(eval $(call gb_Executable_use_libraries,cppumaker,\
sal \ sal \
sal_textenc \
salhelper \ salhelper \
unoidl \ unoidl \
)) ))
......
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