We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4c121c commit dac1529Copy full SHA for dac1529
1 file changed
extensions/gcc.bzl
@@ -23,9 +23,9 @@ _attrs_sdp = {
23
default = "",
24
doc = "package name of toolchain, default set to toolchain toolchain name + `_pkg`.",
25
),
26
- "build_file": attr.string(
+ "build_file": attr.label(
27
mandatory = False,
28
- default = "",
+ default = None,
29
doc = "The path to the BUILD file of selected archive.",
30
31
"url": attr.string(
0 commit comments