Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Cargo.toml: add links = ffmpeg #11

Closed
wants to merge 1 commit into from
Closed

Conversation

lummax
Copy link
Contributor

@lummax lummax commented Nov 21, 2015

This allows overriding the configuration via .cargo/config. Example:

[target.x86_64-unknown-linux-gnu.ffmpeg]
rustc-link-search = ["target/native/lib"]

This allows overriding the configuration via `.cargo/config`. Example:

```
[target.x86_64-unknown-linux-gnu.ffmpeg]
rustc-link-search = ["target/native/lib"]
```
@meh
Copy link
Owner

meh commented Nov 21, 2015

Merged.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants