mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-19 19:14:53 +00:00
fix: use boost dev packages
This commit is contained in:
parent
696c541598
commit
e5435d0aa3
1 changed files with 2 additions and 2 deletions
|
@ -52,8 +52,8 @@ pub fn boost_deps() -> Vec<Dependency> {
|
|||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "boost".into()),
|
||||
(LinuxDistro::Debian, "libboost-all-dev".into()),
|
||||
(LinuxDistro::Fedora, "boost".into()),
|
||||
(LinuxDistro::Alpine, "boost".into()),
|
||||
(LinuxDistro::Fedora, "boost-devel".into()),
|
||||
(LinuxDistro::Alpine, "boost-dev".into()),
|
||||
(LinuxDistro::Gentoo, "dev-libs/boost".into()),
|
||||
(LinuxDistro::Suse, package.into()),
|
||||
]),
|
||||
|
|
Loading…
Add table
Reference in a new issue