Lakelezz / audiopus_sys

Rust FFI-binding of Opus.
ISC License
14 stars 21 forks source link

x86_64-pc-windows-gnu triggers #[cfg(any(unix, target_env = "gnu"))] #6

Closed Flat closed 3 years ago

Flat commented 4 years ago

This causes the build to fail as it uses the gnu cp utility to copy the source files before building. this should either be changed to all instead of any or gated inside the same config to handle the windows gnu target that may not have any gnu utilities.

Lakelezz commented 3 years ago

Thank you for raising this issue.

The utility to copy the Opus project has been removed in the upcoming version, which remedies this.