Skip to content

Commit 0f3cd9d

Browse files
authored
Update flags.bzl
1 parent 125e714 commit 0f3cd9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

protoc/flags.bzl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ PROTOC_TOOLCHAIN_FLAGS = {
1313
default = "external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT",
1414
description = "Make sure protobuf is not built from source",
1515
),
16-
17-
"per_file_copt": struct(
16+
struct(
1817
default = "external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT",
1918
description = "Make sure grpc is not built from source",
2019
),
@@ -24,7 +23,7 @@ PROTOC_TOOLCHAIN_FLAGS = {
2423
default = "external/.*protobuf.*@--PROTOBUF_WAS_NOT_SUPPOSED_TO_BE_BUILT",
2524
description = "Make sure protobuf is not built from source",
2625
),
27-
"host_per_file_copt": struct(
26+
struct(
2827
default = "external/.*grpc.*@--GRPC_WAS_NOT_SUPPOSED_TO_BE_BUILT",
2928
description = "Make sure grpc is not built from source",
3029
),

0 commit comments

Comments
 (0)