Not true, it's the dylibs that are copied

Change-Id: I2fc51f2aaf56ce98d8990b71a33abaef24d841e7
This commit is contained in:
Tor Lillqvist
2014-08-12 18:27:24 +03:00
parent 5b4e745d91
commit f887a3e1d8

View File

@@ -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'`
;;
*)