Skip to content

Commit dac1529

Browse files
authored
Fix issue with adding extern gcc.BUILD file (#26)
1 parent e4c121c commit dac1529

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/gcc.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ _attrs_sdp = {
2323
default = "",
2424
doc = "package name of toolchain, default set to toolchain toolchain name + `_pkg`.",
2525
),
26-
"build_file": attr.string(
26+
"build_file": attr.label(
2727
mandatory = False,
28-
default = "",
28+
default = None,
2929
doc = "The path to the BUILD file of selected archive.",
3030
),
3131
"url": attr.string(

0 commit comments

Comments
 (0)