Add two languages (objectivec and csharp) to post_process_dist.sh
This commit is contained in:
parent
7b27eec009
commit
3af2f4d469
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ fi
|
|||
|
||||
set -ex
|
||||
|
||||
LANGUAGES="cpp java javanano python ruby"
|
||||
LANGUAGES="cpp csharp java javanano objectivec python ruby"
|
||||
BASENAME=`basename $1 .tar.gz`
|
||||
VERSION=${BASENAME:9}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue