mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-02-16 16:47:33 +00:00
Fix lib_dir path
This commit is contained in:
parent
54ef05f1ff
commit
0958ad5383
@ -45,7 +45,7 @@ fn build_go_waku_lib(go_bin: &str, project_dir: &Path) {
|
||||
}
|
||||
|
||||
fn generate_bindgen_code(project_dir: &Path) {
|
||||
let lib_dir = project_dir.join("./vendor/build/lib");
|
||||
let lib_dir = project_dir.join("vendor/build/lib");
|
||||
|
||||
println!("cargo:rustc-link-search={}", lib_dir.display());
|
||||
println!("cargo:rustc-link-lib=static=gowaku");
|
||||
|
Loading…
x
Reference in New Issue
Block a user