Skip to content

Commit

Permalink
fix bazel builg
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Sep 10, 2021
1 parent 3138215 commit 2aa8755
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/grpc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ cc_library(
cc_binary(
name = "client_grpc",
srcs = [
"client.cpp",
"client.cc",
],
defines = ["BAZEL_BUILD"],
deps = [
Expand All @@ -47,7 +47,7 @@ cc_binary(
cc_binary(
name = "server_grpc",
srcs = [
"server.cpp",
"server.cc",
],
defines = ["BAZEL_BUILD"],
deps = [
Expand Down

0 comments on commit 2aa8755

Please sign in to comment.