diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-08-12 18:26:44 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-08-12 19:50:53 +0300 |
commit | 5b4e745d91431e888da42f0c7c78c0445ae201c7 (patch) | |
tree | b133967e4df598ea531ecfeef20d974b0748366f /bin/lo-all-static-libs | |
parent | bab2c1be6c7fdd78332d29682947d4ae07d07398 (diff) |
More object files not in any archive
Change-Id: I658e235d345e61f2b18e9cf074d64bce9793cfc5
Diffstat (limited to 'bin/lo-all-static-libs')
-rwxr-xr-x | bin/lo-all-static-libs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/lo-all-static-libs b/bin/lo-all-static-libs index 1d93afec9868..8cff485172f9 100755 --- a/bin/lo-all-static-libs +++ b/bin/lo-all-static-libs @@ -50,7 +50,9 @@ IOS) # files (that are not present in any of the static archives). We # need the latter too, so collect them here into an archive of # their own. - ar cr $WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/libLOtemp.a $WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/*.o + ar cr $WORKDIR/UnpackedTarball/nss/nss/lib/ckfw/builtins/out/libLOtemp.a \ + $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 |