Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v4l2-sys: Only use FreeBSD header include if the (cross-compilation) …
…target OS is FreeBSD With `cfg!()` on `target_os` this include path is unconditionally used if the _host_ OS is FreeBSD, even if the target OS is different (and its cross-compilation headers are installed elsewhere on the system). The accurate target OS, regardless of what the build script is _running on_ is stored in `CARGO_CFG_TARGET_OS`.
- Loading branch information