diff --git a/waku-sys/build.rs b/waku-sys/build.rs index 4cd71f3..6ecc5e4 100644 --- a/waku-sys/build.rs +++ b/waku-sys/build.rs @@ -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();