Skip to content

Commit

Permalink
fix(build): do not include plugins in musl builds
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Guerra <[email protected]>
  • Loading branch information
LucaGuerra authored and poiana committed Jan 26, 2022
1 parent 69767bb commit c490930
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 207,9 @@ add_subdirectory(userspace/engine)
add_subdirectory(userspace/falco)
add_subdirectory(tests)

include(plugins)
if(NOT MUSL_OPTIMIZED_BUILD)
include(plugins)
endif()

# Packages configuration
include(CPackConfig)

0 comments on commit c490930

Please sign in to comment.