From d1701e0bd278e1de392e9760e304cc3b0345f76b Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Fri, 25 Apr 2025 18:12:24 -0400 Subject: [PATCH] go back to stripping dylibs llvm-strip is smart enough to not remove the code signature from arm64 dylibs, dlls seem to be unaffected so they don't matter --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 9fe2f55..0dd482f 100755 --- a/build.sh +++ b/build.sh @@ -44,4 +44,4 @@ fi rm build/*.lib -$STRIP ./build/*.so +$STRIP ./build/*