blob: ceaaaff5c1e546bed914936916eb492a3a11599f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/unotools/Library_utl.mk b/unotools/Library_utl.mk
index 0bfcbad..99acee1 100644
--- a/unotools/Library_utl.mk
+++ b/unotools/Library_utl.mk
@@ -16,6 +16,10 @@ $(eval $(call gb_Library_use_externals,utl,\
boost_locale \
))
+$(eval $(call gb_Library_add_libs,utl,\
+ -lintl \
+))
+
$(eval $(call gb_Library_use_custom_headers,utl,\
officecfg/registry \
))
|