Skip to content

Commit e0496eb

Browse files
committed
* update lib
1 parent ee3362d commit e0496eb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

third_party/libaprutil1.BUILD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ licenses(["notice"]) # Apache license (for libapr1)
44

55
cc_library(
66
name = "libaprutil1",
7-
srcs = [
7+
srcs = glob([
8+
"include/private/apu_*.h",
9+
"include/private/apr_*.h",
10+
]) + [
811
"buckets/apr_brigade.c",
912
"buckets/apr_buckets.c",
1013
"buckets/apr_buckets_alloc.c",
@@ -117,5 +120,6 @@ cc_library(
117120
strip_include_prefix = "include",
118121
deps = [
119122
"@libapr1",
123+
"@libexpat",
120124
],
121125
)

0 commit comments

Comments
 (0)