summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-12 18:27:24 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-12 19:50:53 +0300
commitf887a3e1d83b1607bb43c3d4957a2dc4c18b3d2c (patch)
treed0b4a6fc68c52ce51661fcfc3e309071c8896f4c /bin
parent5b4e745d91431e888da42f0c7c78c0445ae201c7 (diff)
Not true, it's the dylibs that are copied
Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
Diffstat (limited to 'bin')
-rwxr-xr-xbin/lo-all-static-libs3
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'`
;;
*)