Skip to content

Commit

Permalink
Add TODO comment for win32.
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Lawrence <[email protected]>
  • Loading branch information
shane-lawrence committed Jan 15, 2025
1 parent 8165f02 commit 376cfa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions userspace/falco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 376cfa1

Please sign in to comment.