We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to build the rust-ffmpeg-sys library with static linking.
It fails to link statically and instead links some libraries dynamically because Config.statik doesn't fail if a static library couldn't be found.
Config.statik
https://github.com/meh/rust-ffmpeg-sys/blob/9056485f7fe4a42e3a68d08761b5a7817339da23/build.rs#L518-L521
Terminal calls should throw if a static library is desired and couldn't be found. Maybe another function should be added with this behavior.
The text was updated successfully, but these errors were encountered:
Any updates here?
Sorry, something went wrong.
No branches or pull requests
I'm trying to build the rust-ffmpeg-sys library with static linking.
What Happens
It fails to link statically and instead links some libraries dynamically because
Config.statik
doesn't fail if a static library couldn't be found.https://github.com/meh/rust-ffmpeg-sys/blob/9056485f7fe4a42e3a68d08761b5a7817339da23/build.rs#L518-L521
What Should Happen
Terminal calls should throw if a static library is desired and couldn't be found. Maybe another function should be added with this behavior.
The text was updated successfully, but these errors were encountered: