Skip to content

Commit

Permalink
plugins: in_exec: enable on win32
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.
  • Loading branch information
ringerc committed Jul 7, 2023
1 parent fb7d4c8 commit 761676e
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 761676e

Please sign in to comment.