Skip to content

Commit

Permalink
build: enable OUT_FORWARD on Windows
Browse files Browse the repository at this point in the history
The out_forward plugin can be compiled and linked on Windows by now.
Just enable it.

Signed-off-by: Fujimoto Seiji <[email protected]>
  • Loading branch information
Fujimoto Seiji authored and edsiper committed Apr 18, 2019
1 parent 1fac47b commit ba1353c
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 @@ -45,7 +45,7 @@ set(FLB_OUT_BIGQUERY No)
set(FLB_OUT_COUNTER Yes)
set(FLB_OUT_ES Yes)
set(FLB_OUT_EXIT No)
set(FLB_OUT_FORWARD No)
set(FLB_OUT_FORWARD Yes)
set(FLB_OUT_GELF No)
set(FLB_OUT_HTTP Yes)
set(FLB_OUT_INFLUXDB No)
Expand Down

0 comments on commit ba1353c

Please sign in to comment.