Skip to content

Commit becf3db

Browse files
committed
Fix select condition in BUILD.bazel
1 parent 0704290 commit becf3db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7118,7 +7118,7 @@ libc_support_library(
71187118
name = "pkey_common",
71197119
hdrs = [
71207120
"src/sys/mman/linux/pkey_common.h",
7121-
] + select({
7121+
] + selects.with_or({
71227122
PLATFORM_CPU_X86_64: ["src/sys/mman/linux/x86_64/pkey_common.h"],
71237123
"//conditions:default": ["src/sys/mman/linux/generic/pkey_common.h"],
71247124
}),

0 commit comments

Comments
 (0)