Skip to content

Commit

Permalink
build: enable in_exec plugin on win32 (#7664)
Browse files Browse the repository at this point in the history
Work done as part of #7207 made the in_exec plugin build-able on
Windows, but did not enable it as part of the build.

Enable its compliation on Windows.

Signed-off-by: Craig Ringer <[email protected]>
  • Loading branch information
ringerc authored Dec 19, 2023
1 parent ff2962f commit a8e2270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/windows-setup.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if(FLB_WINDOWS_DEFAULTS)
# =============
set(FLB_IN_CPU No)
set(FLB_IN_DISK No)
set(FLB_IN_EXEC No)
set(FLB_IN_EXEC Yes)
set(FLB_IN_EXEC_WASI No)
set(FLB_IN_FORWARD Yes)
set(FLB_IN_HEALTH No)
Expand Down

0 comments on commit a8e2270

Please sign in to comment.