Skip to content

Commit 0eb4a0f

Browse files
afrindmeta-codesync[bot]
authored andcommitted
Static lib handling for c-ares
Summary: Add shared_libs=off conditional section to the c-ares manifest to set CARES_SHARED=OFF when building static libraries. Reviewed By: bigfootjon Differential Revision: D93644422 fbshipit-source-id: 0193658db319ada9534b3cca4f439d93b4445681
1 parent 34dcc27 commit 0eb4a0f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

  • build/fbcode_builder/manifests

build/fbcode_builder/manifests/c-ares

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ subdir = c-ares-1.34.5
1111

1212
[cmake.defines]
1313
CARES_STATIC = ON
14+
15+
[cmake.defines.shared_libs=off]
16+
CARES_SHARED = OFF

0 commit comments

Comments
 (0)