mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 16:33:08 +00:00
waku-sys/build.rs simple format change willing to avoid lint gh errors
This commit is contained in:
parent
8cf8c41f19
commit
1ad70f5098
@ -70,9 +70,7 @@ fn generate_bindgen_code(project_dir: &Path) {
|
|||||||
|
|
||||||
println!(
|
println!(
|
||||||
"cargo:rustc-link-search={}",
|
"cargo:rustc-link-search={}",
|
||||||
vendor_path
|
vendor_path.join("vendor/negentropy/cpp").display()
|
||||||
.join("vendor/negentropy/cpp")
|
|
||||||
.display()
|
|
||||||
);
|
);
|
||||||
println!("cargo:rustc-link-lib=static=negentropy");
|
println!("cargo:rustc-link-lib=static=negentropy");
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user