Skip to content

Commit 39f6a31

Browse files
committed
[Bazel] Better fix for d26dd68
Don't use glob for specific files
1 parent 9730e87 commit 39f6a31

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

utils/bazel/llvm-project-overlay/clang/BUILD.bazel

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -536,8 +536,9 @@ cc_library(
536536
]),
537537
hdrs = glob([
538538
"include/clang/Basic/*.h",
539-
"include/clang/Driver/Options.h",
540-
]),
539+
]) + [
540+
"include/clang/Driver/Options.h"
541+
],
541542
copts = [
542543
"-DHAVE_VCS_VERSION_INC",
543544
"$(STACK_FRAME_UNLIMITED)",

0 commit comments

Comments
 (0)