rust-lang / cmake-rs

Rust build dependency for running cmake
https://docs.rs/cmake
Apache License 2.0
301 stars 121 forks source link

Use correct `target_os` for DragonFlyBSD #204

Closed waywardmonkeys closed 3 weeks ago

waywardmonkeys commented 2 months ago

This should be dragonfly, not dragonflybsd.

tgross35 commented 3 weeks ago

I fixed this in https://github.com/rust-lang/cmake-rs/commit/0ea0d071ecfd4f027456b74e95fff9527661db4f before seeing this PR. Sorry about that, thanks for the fix!

waywardmonkeys commented 3 weeks ago

Great that it is fixed anyway! :)