Closed waywardmonkeys closed 5 months ago
The correct target_os for this is dragonfly, not dragonflybsd.
target_os
dragonfly
dragonflybsd
This was introduced in 8399e4195b31f6f188109363292ed220226146f4.
This can be seen by doing a build with nightly after the check-cfg feature was added.
nightly
check-cfg
Fix is valid as documented per https://doc.rust-lang.org/reference/conditional-compilation.html#target_os
Thanks!
The correct
target_os
for this isdragonfly
, notdragonflybsd
.This was introduced in 8399e4195b31f6f188109363292ed220226146f4.