File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 ),
You can’t perform that action at this time.
0 commit comments