Update objc script in generate_descriptor_proto.sh

This commit is contained in:
Jisi Liu 2015-09-08 13:21:45 -07:00
parent 0087da9d47
commit ef50a2976e

View File

@ -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