Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yongtang committed Sep 29, 2023
1 parent 14c801c commit b8121dd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions third_party/libapr1.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,13 @@ cc_library(
"HAVE_CONFIG_H",
"LINUX",
"REENTRANT",
"sys_siglist=strsignal",
],
] + select({
"@bazel_tools//src/conditions:windows": [],
"@bazel_tools//src/conditions:darwin": [],
"//conditions:default": [
"sys_siglist=strsignal",
],
}),
includes = [
"include",
"include/arch/unix",
Expand Down

0 comments on commit b8121dd

Please sign in to comment.