diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-03-10 11:49:28 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-03-10 11:52:13 +0200 |
commit | bbd7d3a2629a9352374c5d3a1377f9a2bfef8933 (patch) | |
tree | d80524ffc083a143a34a2dfe783d9cfbaf5b1cb1 /solenv/bin | |
parent | c98d649117dc776ac51807be3376924d1fce2035 (diff) |
Need libi18npool to render non-Latin text
Change-Id: I7d0a42a89dff1e701627453ea4d337d21fbf6056
Diffstat (limited to 'solenv/bin')
-rwxr-xr-x | solenv/bin/native-code.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py index 12162ccd5a20..a1c7098e8157 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -28,6 +28,7 @@ core_factory_list = [ ("libfilterconfiglo.a", "filterconfig1_component_getFactory"), ("libfsstoragelo.a", "fsstorage_component_getFactory"), ("libhyphenlo.a", "hyphen_component_getFactory"), + ("libi18npoollo.a", "i18npool_component_getFactory"), ("liblnglo.a", "lng_component_getFactory"), ("liblnthlo.a", "lnth_component_getFactory"), ("liblocalebe1lo.a", "localebe1_component_getFactory"), |