mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-05 08:56:09 +00:00
flake.nix: strip only local symbols in MacOS library
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
|
||||
sha256sum $out/_pkg/*.a
|
||||
|
||||
find "$out/_pkg" -type f -name "*simplex-chat*.a" -exec ${pkgs.stdenv.cc.targetPrefix}strip {} +
|
||||
find "$out/_pkg" -type f -name "*simplex-chat*.a" -exec ${pkgs.stdenv.cc.targetPrefix}strip -x {} +
|
||||
|
||||
(cd $out/_pkg; ${pkgs.zip}/bin/zip -r -9 $out/${bundleName}.zip *)
|
||||
rm -fR $out/_pkg
|
||||
|
||||
Reference in New Issue
Block a user