Fix space character problem

pull/440/head
RoggeOhta 10 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 ```rust
// build.rs // build.rs
fn main() { fn main() {
    println!("cargo:rustc-link-lib=dylib=stdc++"); println!("cargo:rustc-link-lib=dylib=stdc++");
    println!("cargo:rustc-link-search=<YOUR SNAPPY LIBRARY PATH>"); println!("cargo:rustc-link-search=<YOUR SNAPPY LIBRARY PATH>");
} }
``` ```

Loading…
Cancel
Save