Skip to content

Commit

Permalink
Add Chimera Linux to gmake targets
Browse files Browse the repository at this point in the history
Signed-off-by: Val Packett <[email protected]>
  • Loading branch information
valpackett committed Feb 14, 2024
1 parent b913c24 commit 546abbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jemalloc-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ fn gnu_target(target: &str) -> String {
}

fn make_cmd(host: &str) -> &'static str {
const GMAKE_HOSTS: &[&str] = &["bitrig", "dragonfly", "freebsd", "netbsd", "openbsd"];
const GMAKE_HOSTS: &[&str] = &["bitrig", "dragonfly", "freebsd", "netbsd", "openbsd", "chimera-linux"];
if GMAKE_HOSTS.iter().any(|i| host.contains(i)) {
"gmake"
} else if host.contains("windows") {
Expand Down

0 comments on commit 546abbd

Please sign in to comment.