Skip to content

Commit

Permalink
lib: nghttp2: try building with shared lib on
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jul 6, 2024
1 parent ae9f79c commit 6f998f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ add_subdirectory(${FLB_PATH_LIB_CTRACES} EXCLUDE_FROM_ALL)
# Nghttp2 options
FLB_OPTION(ENABLE_LIB_ONLY ON)
FLB_OPTION(BUILD_STATIC_LIBS ON)
FLB_OPTION(BUILD_SHARED_LIBS OFF)
FLB_OPTION(BUILD_SHARED_LIBS ON)

FLB_DEFINITION(NGHTTP2_STATICLIB)

Expand Down

0 comments on commit 6f998f3

Please sign in to comment.