mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-05 07:39:00 +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 {
|
Dependency {
|
||||||
name: "openssl-dev".into(),
|
name: "openssl-dev".into(),
|
||||||
dep_type: DepType::Executable,
|
dep_type: DepType::Include,
|
||||||
filename: "openssl/ssl3.h".into(),
|
filename: "openssl/ssl3.h".into(),
|
||||||
packages: HashMap::from([
|
packages: HashMap::from([
|
||||||
(LinuxDistro::Arch, "openssl".into()),
|
(LinuxDistro::Arch, "openssl".into()),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue