diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-12 16:50:17 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-12 17:03:31 +0300 |
commit | 3442b004e6263cb0526b0c2d96318d21623eec2b (patch) | |
tree | 093886182219aaf47af4b4f1d288a291344d60b8 /solenv | |
parent | 323142c678d0b3c46d6a33c9e44c9a150d6fe3b9 (diff) |
Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, too
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
Diffstat (limited to 'solenv')
-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 9b3895cd4599..605406507ef2 100755 --- a/solenv/bin/native-code.py +++ b/solenv/bin/native-code.py @@ -46,6 +46,7 @@ core_factory_list = [ ("libutllo.a", "utl_component_getFactory"), ("libxmlsecurity.a", "xmlsecurity_component_getFactory"), ("libxolo.a", "xo_component_getFactory"), + ("libxsec_xmlsec.a", "xsec_xmlsec_component_getFactory"), ("libxstor.a", "xstor_component_getFactory"), ] |