Skip to content

Commit

Permalink
Build fix for previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PetteriAimonen committed Oct 24, 2016
1 parent 8d55dcc commit ba6d86b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make_linux_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ EOF
chmod +x $DEST/generator-bin/protoc

# Remove debugging symbols to reduce size of package
( cd $DEST/generator-bin; strip *.so )
( cd $DEST/generator-bin; strip *.so *.so.* )

# Tar it all up
( cd dist; tar -czf $VERSION.tar.gz $VERSION )
Expand Down

0 comments on commit ba6d86b

Please sign in to comment.