Commit ef50a297 authored by Jisi Liu's avatar Jisi Liu

Update objc script in generate_descriptor_proto.sh

parent 0087da9d
...@@ -92,3 +92,8 @@ do ...@@ -92,3 +92,8 @@ do
PROCESS_ROUND=$((PROCESS_ROUND + 1)) PROCESS_ROUND=$((PROCESS_ROUND + 1))
done done
cd .. 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