Fix C++ bulid on Mac OS

This commit is contained in:
Prashant Jaikumar 2019-02-20 22:06:51 -08:00
parent e60c4fc034
commit 98e0ff582a
2 changed files with 1 additions and 1 deletions

1
BUILD
View File

@ -355,6 +355,7 @@ grpc_cc_library(
"gpr",
"grpc",
"grpc++_base",
"grpc_cfstream",
"grpc++_codegen_base",
"grpc++_codegen_base_src",
"grpc++_codegen_proto",

View File

@ -638,7 +638,6 @@ grpc_cc_test(
"//:gpr",
"//:grpc",
"//:grpc++",
"//:grpc_cfstream",
"//src/proto/grpc/testing:echo_messages_proto",
"//src/proto/grpc/testing:echo_proto",
"//src/proto/grpc/testing:simple_messages_proto",