diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-03 01:31:57 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-03 01:31:57 +0300 |
commit | 13740648e4c67908e59dab2a584d6913aaea2503 (patch) | |
tree | 0fb75366317bf315ae55ce2ffe65e5ad1866ace5 /solenv | |
parent | aa199c56a3b4173759abe774fd510cad86a8ce72 (diff) |
Linking with sal now implies also sal_textenc for iOS
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/libs.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk index e66c8bf23b3d..46d23002d984 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) |