mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
fix: openssl dep is an include
This commit is contained in:
parent
448b97469e
commit
592709ab56
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ fn wivrn_deps() -> Vec<Dependency> {
|
|||
},
|
||||
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()),
|
||||
|
|
Loading…
Add table
Reference in a new issue