aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
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 /Makefile
parentde2d9fc07bf7f01184c6bfebb7ed12da8eade525 (diff)
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 80e8d7434b..00ec4421f3 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