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

Commit

Permalink
Replace HOST_CFG with "host". (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMarcII authored and davidzchen committed Dec 13, 2016
1 parent b14ff10 commit a35e4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skylark/skylark.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ _skylark_doc_attrs = {
"link_ext": attr.string(),
"skydoc": attr.label(
default = Label("//skydoc"),
cfg = HOST_CFG,
cfg = "host",
executable = True),
}

Expand Down

0 comments on commit a35e4e7

Please sign in to comment.