Commit 0e606bc2 authored by Jisi Liu's avatar Jisi Liu

Merge pull request #786 from pherl/master

Update objc script in generate_descriptor_proto.sh
parents e473761a ef50a297
......@@ -92,3 +92,8 @@ do
PROCESS_ROUND=$((PROCESS_ROUND + 1))
done
cd ..
if test -x objectivec/generate_descriptors_proto.sh; then
echo "Generating messages for objc."
objectivec/generate_descriptors_proto.sh $@
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment