Skip to content

Commit

Permalink
in_node_exporter_metrics: remove check for macOS framework linking
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Jun 10, 2024
1 parent 65d9d26 commit 71cc2a0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins/in_node_exporter_metrics/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,4 @@ set(src
ne.c
)

if (APPLE)
FLB_PLUGIN(in_node_exporter_metrics "${src}" "-framework Foundation -framework IOKit")
else()
FLB_PLUGIN(in_node_exporter_metrics "${src}" "")
endif()
FLB_PLUGIN(in_node_exporter_metrics "${src}" "")

0 comments on commit 71cc2a0

Please sign in to comment.