forked from michael/leanshot
add search path
This commit is contained in:
parent
f81718f4ac
commit
9f3e311267
3 changed files with 4 additions and 4 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -351,7 +351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
|
||||
[[package]]
|
||||
name = "screenshot"
|
||||
version = "0.2.1"
|
||||
version = "0.2.3"
|
||||
dependencies = [
|
||||
"cairo-rs 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clap 2.31.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "screenshot"
|
||||
version = "0.2.2"
|
||||
version = "0.2.3"
|
||||
authors = ["Michael Zhang <failed.down@gmail.com>"]
|
||||
build = "src/build.rs"
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fn main() {
|
||||
println!("cargo:rustc-link-lib=slop");
|
||||
println!("cargo:rustc-link-search=native=/usr/lib");
|
||||
println!("cargo:rustc-link-lib=slopy");
|
||||
println!("cargo:rustc-link-search=native=/usr/lib:/usr/lib/x86_64-linux-gnu");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue