Updated DLL
Fixed DLL loading issues with Linux
This commit is contained in:
parent
5d17c3eeed
commit
5da0c7f397
6 changed files with 25 additions and 4 deletions
3
build.rs
3
build.rs
|
@ -29,4 +29,7 @@ fn main() {
|
|||
fs::copy(&path, &dest_path).expect("copy failed");
|
||||
}
|
||||
}
|
||||
|
||||
println!("cargo:rustc-env=RUSTFLAGS=-C link-arg=-Wl,-rpath,$ORIGIN");
|
||||
println!("cargo:rerun-if-changed=src/main.rs");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue