summaryrefslogtreecommitdiff
path: root/etc/import/TARGETS.grpc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/TARGETS.grpc')
-rw-r--r--etc/import/TARGETS.grpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/import/TARGETS.grpc b/etc/import/TARGETS.grpc
index b5870722..c5981b87 100644
--- a/etc/import/TARGETS.grpc
+++ b/etc/import/TARGETS.grpc
@@ -454,7 +454,7 @@
, "src/core/lib/transport/transport_impl.h"
, "src/core/lib/uri/uri_parser.h"
]
- , "link external":
+ , "private-ldflags":
{ "type": "case"
, "expr":
{ "type": "var"
@@ -666,7 +666,7 @@
{ "type": ["@", "rules", "CC", "library"]
, "arguments_config": ["COMPILER_FAMILY"]
, "name": ["grpc_http_filters"]
- , "local cflags":
+ , "private-cflags":
{ "type": "case"
, "expr": {"type": "var", "name": "COMPILER_FAMILY", "default": "unknown"}
, "case": {"gnu": ["-Wno-array-bounds"]}