Skip to content
Snippets Groups Projects
Commit 8d55dcc5 authored by Petteri Aimonen's avatar Petteri Aimonen
Browse files

Build fix for previous commit

parent 89aaa43c
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ EOF
chmod +x $DEST/generator-bin/protoc
# Remove debugging symbols to reduce size of package
( cd $DEST; strip *.so )
( cd $DEST/generator-bin; strip *.so )
# Tar it all up
( cd dist; tar -czf $VERSION.tar.gz $VERSION )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment