소스 검색

Merge pull request #5050 from lucidsoftware/lucid

Change deprecated Bazel single file attr param
Feng Xiao 7 년 전
부모
커밋
9590dd2c4f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      protobuf.bzl

+ 1 - 1
protobuf.bzl

@@ -178,7 +178,7 @@ proto_gen = rule(
         "protoc": attr.label(
             cfg = "host",
             executable = True,
-            single_file = True,
+            allow_single_file = True,
             mandatory = True,
         ),
         "plugin": attr.label(