Skip to content

Commit

Permalink
build: ensure llhttp build
Browse files Browse the repository at this point in the history
  • Loading branch information
Zxilly committed Dec 18, 2024
1 parent 114e423 commit 8e4ed61
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 @@ -127,9 +127,9 @@ else ()
message(STATUS "Cache is auto.")
endif ()

add_subdirectory(src/third/llhttp-release-v9.2.1)
set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "")
set(BUILD_STATIC_LIBS ON CACHE INTERNAL "")
add_subdirectory(src/third/llhttp-release-v9.2.1)

target_link_libraries(ua2f mnl netfilter_queue pthread nfnetlink llhttp_static)

Expand Down

0 comments on commit 8e4ed61

Please sign in to comment.