Skip to content

Commit a2d6223

Browse files
committed
better stripping command
1 parent 1be4e02 commit a2d6223

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

distribute.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ function run_distribute() {
509509

510510
debug "Strip libraries"
511511
push_arm
512-
try find "$DIST_PATH"/private "$DIST_PATH"/libs | grep -E "*\.so$" | xargs $STRIP
512+
try find "$DIST_PATH"/private "$DIST_PATH"/libs -iname '*.so' -exec $STRIP {} \;
513513
pop_arm
514514

515515
}

0 commit comments

Comments
 (0)