mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 14:03:12 +00:00
waku-sys/build.rs use STATIC=1 instead of STATIC=true
Needed to adapt to nwaku changes
This commit is contained in:
parent
dcafb7fc48
commit
b89a4a247e
@ -53,7 +53,7 @@ fn build_nwaku_lib(project_dir: &Path) {
|
||||
set_current_dir(vendor_path).expect("Moving to vendor dir");
|
||||
|
||||
let mut cmd = Command::new("make");
|
||||
cmd.arg("libwaku").arg("STATIC=true");
|
||||
cmd.arg("libwaku").arg("STATIC=1");
|
||||
cmd.status()
|
||||
.map_err(|e| println!("cargo:warning=make build failed due to: {e}"))
|
||||
.unwrap();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user