seccomp-sandbox/build.rs
2023-11-01 16:20:18 +08:00

6 lines
94 B
Rust

fn main() -> anyhow::Result<()> {
pkg_config::probe_library("libseccomp")?;
Ok(())
}