Skip to content

Commit

Permalink
missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
LeChatP committed Sep 9, 2024
1 parent 64c7d4f commit 9279c5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtask/src/install/dependencies.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn required_dependencies(os: &OsTarget) -> &'static [&'static str] {

fn development_dependencies(os: &OsTarget) -> &'static [&'static str] {
match os {
OsTarget::Debian | OsTarget::Ubuntu => &["libpam0g-dev", "libpcre2-dev"],
OsTarget::Debian | OsTarget::Ubuntu => &["libpam0g-dev", "libpcre2-dev", "libclang-dev"],
OsTarget::RedHat => &["pcre2-devel", "clang-devel", "openssl-devel", "pam-devel"],
OsTarget::Fedora => &["clang-devel", "openssl-devel", "pam-devel"],
OsTarget::ArchLinux => &["clang", "pkg-config"],
Expand Down

0 comments on commit 9279c5f

Please sign in to comment.