aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-07-25 17:51:34 -0700
committerGravatar GitHub <noreply@github.com>2016-07-25 17:51:34 -0700
commit6914abab5f2d7fca0fc5f90915e539fd8a913a31 (patch)
tree6fb3893cf365501b989945d0b57a82ff7deca0ce /Makefile
parent01da196879cb69b3c56b3bdcff6f0194ab5a190d (diff)
parentf7fbdd48752015cba7d1037d24eaaf2320e291fb (diff)
Merge pull request #7518 from nicolasnoble/plugins-should-compile
We should always try to compile the protoc plugins when building tests.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2662a13844..8b6114bd7f 100644
--- a/Makefile
+++ b/Makefile
@@ -748,8 +748,8 @@ endif
endif
else
PC_LIBS_GRPCXX = -lprotobuf
-PROTOC_PLUGINS = $(PROTOC_PLUGINS_ALL)
endif
+PROTOC_PLUGINS = $(PROTOC_PLUGINS_ALL)
else
ifeq ($(HAS_EMBEDDED_PROTOBUF),true)
PROTOBUF_DEP = $(LIBDIR)/$(CONFIG)/protobuf/libprotobuf.a