Fix C++ bulid on Mac OS
This commit is contained in:
parent
e60c4fc034
commit
98e0ff582a
1
BUILD
1
BUILD
|
|
@ -355,6 +355,7 @@ grpc_cc_library(
|
|||
"gpr",
|
||||
"grpc",
|
||||
"grpc++_base",
|
||||
"grpc_cfstream",
|
||||
"grpc++_codegen_base",
|
||||
"grpc++_codegen_base_src",
|
||||
"grpc++_codegen_proto",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in New Issue