We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b090c4 commit 4351ca7Copy full SHA for 4351ca7
src/ffi.md
@@ -36,8 +36,8 @@ Then create a new file at the root of your workspace, named `build.rs`.
36
```rust
37
// build.rs
38
fn main() {
39
- println!("cargo:rustc-link-lib=dylib=stdc++");
40
- println!("cargo:rustc-link-search=<YOUR SNAPPY LIBRARY PATH>");
+ println!("cargo:rustc-link-lib=dylib=stdc++");
+ println!("cargo:rustc-link-search=<YOUR SNAPPY LIBRARY PATH>");
41
}
42
```
43
0 commit comments