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 /bin | |
parent | 323142c678d0b3c46d6a33c9e44c9a150d6fe3b9 (diff) |
Now that we build NSS, we can build libxmlsec and libxsec_xmlsec for iOS, too
Change-Id: I65ab8aad0744a2aa254fefc7732cd8130bb249fb
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-all-static-libs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index 01fc3cfc8b51..75321644211b 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -42,6 +42,11 @@ ANDROID) ;; IOS) oslibs="$WORKDIR/UnpackedTarball/icu/source/stubdata/*.a" + oslibs="$oslibs $WORKDIR/UnpackedTarball/xmlsec/src/.libs/*.a" + oslibs="$oslibs $WORKDIR/UnpackedTarball/xmlsec/src/nss/.libs/*.a" + # Unfortunately NSS's build mechanism copies each static archive + # it constructs to another place, but we don't bother filtering + # out duplicates, it shouldn't hurt. nsslibs=`find $WORKDIR/UnpackedTarball/nss -name 'lib*.a'` ;; *) |