Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit a35e4e7

Browse files
DrMarcIIdavidzchen
authored andcommitted
Replace HOST_CFG with "host". (#34)
1 parent b14ff10 commit a35e4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

skylark/skylark.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ _skylark_doc_attrs = {
165165
"link_ext": attr.string(),
166166
"skydoc": attr.label(
167167
default = Label("//skydoc"),
168-
cfg = HOST_CFG,
168+
cfg = "host",
169169
executable = True),
170170
}
171171

0 commit comments

Comments
 (0)