From 2aa875593cc15b44b940043567229b3204095f21 Mon Sep 17 00:00:00 2001 From: Lalit Date: Thu, 9 Sep 2021 17:20:37 -0700 Subject: [PATCH] fix bazel builg --- examples/grpc/BUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/grpc/BUILD b/examples/grpc/BUILD index 2ac65c226c..7de7049f36 100644 --- a/examples/grpc/BUILD +++ b/examples/grpc/BUILD @@ -32,7 +32,7 @@ cc_library( cc_binary( name = "client_grpc", srcs = [ - "client.cpp", + "client.cc", ], defines = ["BAZEL_BUILD"], deps = [ @@ -47,7 +47,7 @@ cc_binary( cc_binary( name = "server_grpc", srcs = [ - "server.cpp", + "server.cc", ], defines = ["BAZEL_BUILD"], deps = [