Эх сурвалжийг харах

Merge pull request #5050 from lucidsoftware/lucid

Change deprecated Bazel single file attr param
Feng Xiao 7 жил өмнө
parent
commit
9590dd2c4f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      protobuf.bzl

+ 1 - 1
protobuf.bzl

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