diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-12 18:27:24 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-12 19:50:53 +0300 |
commit | f887a3e1d83b1607bb43c3d4957a2dc4c18b3d2c (patch) | |
tree | d0b4a6fc68c52ce51661fcfc3e309071c8896f4c /bin | |
parent | 5b4e745d91431e888da42f0c7c78c0445ae201c7 (diff) |
Not true, it's the dylibs that are copied
Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/lo-all-static-libs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index 8cff485172f9..11c66d42390f 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -54,9 +54,6 @@ IOS) $WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/*.o \ $WORKDIR/UnpackedTarball/nss/nss/lib/freebl/out/Darwin_SINGLE_SHLIB/*.o - # 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'` ;; *) |