summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-03 01:31:57 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-03 01:31:57 +0300
commit55dbda1231102b4c51eee1014b8cba290d044261 (patch)
tree09aeb8f42228e4f6bc0cc37a7652d478feab49b1
parent4e644876e8c45c20a2295f0a3c0bf7136f081d3b (diff)
Linking with sal now implies also sal_textenc for iOS
-rw-r--r--solenv/inc/libs.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index e66c8bf23..46d23002d 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -318,6 +318,8 @@ XMLREADERLIB=-lxmlreader
# dependencies, recursively. Start from the bottom of the dependency
# stack. This is experimental and obviously incomplete.
+SALLIB+=-lsal_textenc
+
UCBHELPERLIB+=$(SALHELPERLIB)
UNOTOOLSLIB+=$(I18NISOLANGLIB)