zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
113 stars 75 forks source link

Check for actual target OS #57

Open kornelski opened 1 year ago

kornelski commented 1 year ago

cfg!() evaluates host on which build.rs runs, not the platform the code is being compiled for. It's invalid for cross-compilation.