mirror of
https://github.com/falcosecurity/falco.git
synced 2025-06-27 07:07:23 +00:00
Add TODO comment for win32.
Signed-off-by: Shane Lawrence <shane@lawrence.dev>
This commit is contained in:
parent
6bf33ffd76
commit
f23e44fcab
@ -194,6 +194,7 @@ if(MUSL_OPTIMIZED_BUILD AND CMAKE_BUILD_TYPE STREQUAL "release")
|
||||
)
|
||||
endif()
|
||||
|
||||
# TODO: Add win32 support. https://github.com/falcosecurity/falco/issues/3445
|
||||
if(CMAKE_BUILD_TYPE STREQUAL "relwithdebinfo" AND NOT WIN32)
|
||||
find_program(OBJCOPY_EXECUTABLE NAMES objcopy)
|
||||
if(OBJCOPY_EXECUTABLE)
|
||||
|
Loading…
Reference in New Issue
Block a user