Merge pull request #14872 from dgquintas/fix_genproj

fix generate project sanity
pull/14875/head
David G. Quintas 7 years ago committed by GitHub
commit c1b3f0c6a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Makefile

@ -18719,7 +18719,7 @@ else
ifeq ($(NO_PROTOBUF),true)
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.0.0+.
# You can't build the protoc plugins or protobuf-enabled targets if you don't have protobuf 3.5.0+.
$(BINDIR)/$(CONFIG)/retry_throttle_test: protobuf_dep_error

Loading…
Cancel
Save