summaryrefslogtreecommitdiffstats
path: root/bin/lo-all-static-libs
diff options
context:
space:
mode:
Diffstat (limited to 'bin/lo-all-static-libs')
-rwxr-xr-xbin/lo-all-static-libs5
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'`
;;
*)