diff --git a/src/depcheck/wivrn_deps.rs b/src/depcheck/wivrn_deps.rs index 48994af..bacc62d 100644 --- a/src/depcheck/wivrn_deps.rs +++ b/src/depcheck/wivrn_deps.rs @@ -237,7 +237,7 @@ fn wivrn_deps() -> Vec { }, Dependency { name: "openssl-dev".into(), - dep_type: DepType::Executable, + dep_type: DepType::Include, filename: "openssl/ssl3.h".into(), packages: HashMap::from([ (LinuxDistro::Arch, "openssl".into()),