mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-04 23:13:07 +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