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 b8121dd commit 8b521cd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions third_party/libapr1.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ cc_library(
"tables/apr_tables.c",
"threadproc/unix/proc.c",
"threadproc/unix/procsup.c",
"threadproc/unix/signals.c",
"threadproc/unix/thread.c",
"threadproc/unix/threadpriv.c",
"time/unix/time.c",
Expand Down Expand Up @@ -158,13 +157,7 @@ cc_library(
"HAVE_CONFIG_H",
"LINUX",
"REENTRANT",
] + 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 8b521cd

Please sign in to comment.