From a08d0777bb1e705de0128ee5b6ff764bdf8a36d2 Mon Sep 17 00:00:00 2001 From: Un1q32 Date: Tue, 22 Apr 2025 14:07:08 -0400 Subject: [PATCH] only strip .so files (the only ones that can/should be stripped) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index f4cc3ae..6ae7190 100755 --- a/build.sh +++ b/build.sh @@ -44,4 +44,4 @@ zig/zig cc $CFLAGS -Ijni-headers oc2rnet.c -shared -target aarch64-windows-gnu - rm build/*.lib -$STRIP ./build/* +$STRIP ./build/*.so