Skip to content

Commit 0ea0d07

Browse files
committed
Update configuration for BSD target_os
`dragonfly` was moved to `dragonflybsd`, and `bitrig` is no longer a target. Adjust `cfg!` statements to match this.
1 parent e31c084 commit 0ea0d07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,7 @@ impl Config {
837837
|| cfg!(target_os = "openbsd")
838838
|| cfg!(target_os = "netbsd")
839839
|| cfg!(target_os = "freebsd")
840-
|| cfg!(target_os = "bitrig")
841-
|| cfg!(target_os = "dragonflybsd")) =>
840+
|| cfg!(target_os = "dragonfly")) =>
842841
{
843842
use_jobserver = true;
844843
cmd.env("MAKEFLAGS", makeflags);

0 commit comments

Comments
 (0)