Skip to content

Commit 69703bb

Browse files
committed
[BAZEL] Add linkstatic = True to http_client_curl
1 parent ae1f984 commit 69703bb

File tree

1 file changed

+1
-0
lines changed
  • ext/src/http/client/curl

1 file changed

+1
-0
lines changed

ext/src/http/client/curl/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ package(default_visibility = ["//visibility:public"])
77

88
cc_library(
99
name = "http_client_curl",
10+
linkstatic = True,
1011
srcs = [
1112
"http_client_curl.cc",
1213
"http_client_factory_curl.cc",

0 commit comments

Comments
 (0)