Skip to content

Commit 555b88e

Browse files
committed
chore: update cfg condition
1 parent ecd1a31 commit 555b88e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/cli/src/commands/admin.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ pub async fn exec(cmd: AdminSubCmd) -> Result<()> {
9191

9292
match cmd {
9393
AdminSubCmd::Tui(cmd) => tui(cmd).await,
94-
#[cfg(feature = "ebpf")]
94+
#[cfg(target_os = "linux")]
9595
AdminSubCmd::Ebpf(cmd) => ebpf::exec(cmd),
9696
}
9797
}

0 commit comments

Comments
 (0)