Skip to content

Commit ec73b33

Browse files
committed
strip libraries when copying to private
1 parent f7b6b64 commit ec73b33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

distribute.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,11 @@ function run_distribute() {
469469
try rm -rf config/python.o
470470
try rm -rf curses
471471

472+
debug "Strip libraries"
473+
push_arm
474+
try find "$DIST_PATH"/private "$DIST_PATH"/libs | grep -E "*\.so$" | xargs $STRIP
475+
pop_arm
476+
472477
}
473478

474479
function run() {

0 commit comments

Comments
 (0)