We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f26c6 commit c6e4aefCopy full SHA for c6e4aef
plugins/in_node_exporter_metrics/CMakeLists.txt
@@ -20,8 +20,4 @@ set(src
20
ne.c
21
)
22
23
-if (APPLE)
24
- FLB_PLUGIN(in_node_exporter_metrics "${src}" "-framework Foundation -framework IOKit")
25
-else()
26
- FLB_PLUGIN(in_node_exporter_metrics "${src}" "")
27
-endif()
+FLB_PLUGIN(in_node_exporter_metrics "${src}" "")
0 commit comments