aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-25 20:31:22 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-25 20:31:22 +0200
commitf7fbdd48752015cba7d1037d24eaaf2320e291fb (patch)
treeb45b1c2ff8cc1023671b3ae23bc19212e32443b8 /templates
parentde2d9fc07bf7f01184c6bfebb7ed12da8eade525 (diff)
We should always try to compile the protoc plugins when building tests.
Diffstat (limited to 'templates')
-rw-r--r--templates/Makefile.template2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/Makefile.template b/templates/Makefile.template
index cb33643dd2..9afc6566e2 100644
--- a/templates/Makefile.template
+++ b/templates/Makefile.template
@@ -642,8 +642,8 @@
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