mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-09-28 04:08:38 +00:00
fix: correct name for g++ on fedora
This commit is contained in:
parent
480795d4ae
commit
3a024cb9ab
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ pub fn dep_gpp() -> Dependency {
|
|||
packages: HashMap::from([
|
||||
(LinuxDistro::Arch, "gcc".into()),
|
||||
(LinuxDistro::Debian, "g++".into()),
|
||||
(LinuxDistro::Fedora, "g++".into()),
|
||||
(LinuxDistro::Fedora, "gcc-c++".into()),
|
||||
(LinuxDistro::Alpine, "g++".into()),
|
||||
(LinuxDistro::Gentoo, "sys-devel/gcc".into()),
|
||||
]),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue