Skip to content

Commit 4a18bd0

Browse files
committed
Tweak @hedron_compile_commands//:bzl_srcs_for_stardoc per #142
1 parent af16787 commit 4a18bd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ refresh_compile_commands(
1111

1212
# Stardoc users only: Depend on "@hedron_compile_commands//:bzl_srcs_for_stardoc" as needed.
1313
# Why? Stardoc requires all loaded files to be listed as deps; without this we'd prevent users from running Stardoc on their code when they load from this tool in, e.g., their own workspace.bzl or wrapping macros.
14-
filegroup(name = "bzl_srcs_for_stardoc", srcs = glob(["**/*.bzl"]), visibility = ["//visibility:public"])
14+
filegroup(name = "bzl_srcs_for_stardoc", srcs = glob(["**/*.bzl"]) + ["@bazel_tools//:bzl_srcs"], visibility = ["//visibility:public"])
1515

1616

1717

0 commit comments

Comments
 (0)