DoumanAsh / opusic-sys

Rust bindings to libopus
Boost Software License 1.0
9 stars 7 forks source link

Support linking libopus from the environment #10

Closed Ralith closed 3 years ago

Ralith commented 3 years ago

This would be nice when targeting Linux and for distributing less-monolithic software in general, especially when dynamic linking is desired. As is, I have to cargo clean every time my glibc updates on NixOS.

Ralith commented 3 years ago

Actually, the build now seems to be failing to find libopus even after cleaning...

DoumanAsh commented 3 years ago

Sounds good. If system already has it installed there is no harm to link existing one