Skip to content

Commit 43e36fb

Browse files
authored
Expand glob of toolchain /lib and /include (#491)
Some consumers might want files in subdirectories (e.g. libclang).
1 parent e710324 commit 43e36fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

toolchain/BUILD.llvm_repo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ package(default_visibility = ["//visibility:public"])
1818
exports_files(glob(
1919
[
2020
"bin/*",
21-
"lib/*",
22-
"include/*",
21+
"lib/**",
22+
"include/**",
2323
"share/clang/*",
2424
],
2525
allow_empty = True,

0 commit comments

Comments
 (0)