Merge pull request #18296 from lidizheng/py-mac-bazel-fix

Add the missing grpc_cfstream dependency
pull/18298/head^2
Lidi Zheng 6 years ago committed by GitHub
commit 2f300f88fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      BUILD

@ -307,6 +307,7 @@ grpc_cc_library(
public_hdrs = GRPC_PUBLIC_HDRS + GRPC_SECURE_PUBLIC_HDRS,
standalone = True,
deps = [
"grpc_cfstream",
"grpc_common",
"grpc_lb_policy_grpclb_secure",
"grpc_lb_policy_xds_secure",

Loading…
Cancel
Save