Fix space character problem

pull/440/head
RoggeOhta 8 months ago
parent 0b090c4ad2
commit 4351ca7286

@ -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>");
}
```

Loading…
Cancel
Save