aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/build_defs/jsonnet/jsonnet.bzl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/build_defs/jsonnet/jsonnet.bzl b/tools/build_defs/jsonnet/jsonnet.bzl
index dcb308bf87..23b9a9914d 100644
--- a/tools/build_defs/jsonnet/jsonnet.bzl
+++ b/tools/build_defs/jsonnet/jsonnet.bzl
@@ -193,6 +193,7 @@ _jsonnet_common_attrs = {
"imports": attr.string_list(),
"jsonnet": attr.label(
default = Label("@bazel_tools//tools/build_defs/jsonnet:jsonnet"),
+ cfg = HOST_CFG,
executable = True,
single_file = True),
"std": attr.label(