mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 14:33:06 +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!(
|
||||
"cargo:rustc-link-search={}",
|
||||
vendor_path
|
||||
.join("vendor/negentropy/cpp")
|
||||
.display()
|
||||
vendor_path.join("vendor/negentropy/cpp").display()
|
||||
);
|
||||
println!("cargo:rustc-link-lib=static=negentropy");
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user