[Libreoffice-commits] core.git: solenv/bin

Tor Lillqvist tml at collabora.com
Mon Mar 10 02:52:53 PDT 2014


 solenv/bin/native-code.py |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit bbd7d3a2629a9352374c5d3a1377f9a2bfef8933
Author: Tor Lillqvist <tml at collabora.com>
Date:   Mon Mar 10 11:49:28 2014 +0200

    Need libi18npool to render non-Latin text
    
    Change-Id: I7d0a42a89dff1e701627453ea4d337d21fbf6056

diff --git a/solenv/bin/native-code.py b/solenv/bin/native-code.py
index 12162cc..a1c7098 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"),


More information about the Libreoffice-commits mailing list