We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecd1a31 commit 555b88eCopy full SHA for 555b88e
core/cli/src/commands/admin.rs
@@ -91,7 +91,7 @@ pub async fn exec(cmd: AdminSubCmd) -> Result<()> {
91
92
match cmd {
93
AdminSubCmd::Tui(cmd) => tui(cmd).await,
94
- #[cfg(feature = "ebpf")]
+ #[cfg(target_os = "linux")]
95
AdminSubCmd::Ebpf(cmd) => ebpf::exec(cmd),
96
}
97
0 commit comments