rust-ffmpeg-sys
rust-ffmpeg-sys copied to clipboard
Check for actual target OS
cfg!() evaluates host on which build.rs runs, not the platform the code is being compiled for. It's invalid for cross-compilation.