mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-03-31 16:15:55 +00:00
strip ios like in android
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
sha256sum $out/_pkg/*.a
|
||||
|
||||
find "$out/_pkg" -type f \( -name "*.so" -o -name "*.a" -o -name "*.o" \) -exec sh -c '${pkgs.stdenv.cc.targetPrefix}strip --strip-unneeded "$1" || true' _ {} \;
|
||||
find "$out/_pkg" -type f -name "*.a" -exec ${pkgs.stdenv.cc.targetPrefix}strip --strip-unneeded {} +
|
||||
|
||||
(cd $out/_pkg; ${pkgs.zip}/bin/zip -r -9 $out/${bundleName}.zip *)
|
||||
rm -fR $out/_pkg
|
||||
|
||||
Reference in New Issue
Block a user