Browse Source

Update objc script in generate_descriptor_proto.sh

Jisi Liu 10 năm trước cách đây
mục cha
commit
ef50a2976e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      generate_descriptor_proto.sh

+ 5 - 0
generate_descriptor_proto.sh

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