rust-ffmpeg-sys icon indicating copy to clipboard operation
rust-ffmpeg-sys copied to clipboard

Check for actual target OS

Open kornelski opened this issue 2 years ago • 0 comments

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

kornelski avatar Apr 29 '23 14:04 kornelski