only strip .so files (the only ones that can/should be stripped)

This commit is contained in:
Un1q32
2025-04-22 14:07:08 -04:00
parent e3539ce761
commit a08d0777bb

View File

@@ -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