Skip to content

Commit 4089482

Browse files
committed
unsound
1 parent 424f001 commit 4089482

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: dependency_support/org_gnu_bison/bundled.BUILD.bazel

+5-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@ filegroup(
4242
visibility = ["//visibility:public"],
4343
)
4444

45-
exports_files([
46-
"data",
47-
])
45+
alias(
46+
name = "data",
47+
actual = [":bison_runtime_data"],
48+
visibility = ["//visibility:public"],
49+
)
4850

4951
cc_library(
5052
name = "bison_src_headers",

0 commit comments

Comments
 (0)