mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-17 15:28:18 +00:00
fix(build): do not include plugins in musl builds
Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
@@ -207,7 +207,9 @@ add_subdirectory(userspace/engine)
|
|||||||
add_subdirectory(userspace/falco)
|
add_subdirectory(userspace/falco)
|
||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
|
|
||||||
include(plugins)
|
if(NOT MUSL_OPTIMIZED_BUILD)
|
||||||
|
include(plugins)
|
||||||
|
endif()
|
||||||
|
|
||||||
# Packages configuration
|
# Packages configuration
|
||||||
include(CPackConfig)
|
include(CPackConfig)
|
||||||
|
Reference in New Issue
Block a user