Skip to content

Commit

Permalink
Fix space character problem
Browse files Browse the repository at this point in the history
  • Loading branch information
RoggeOhta committed Jan 16, 2024
1 parent 0b090c4 commit 4351ca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ Then create a new file at the root of your workspace, named `build.rs`.
```rust
// build.rs
fn main() {
    println!("cargo:rustc-link-lib=dylib=stdc++");
    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>");
}
```

Expand Down

0 comments on commit 4351ca7

Please sign in to comment.