summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/rust/unit-wasm-sys/build.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rust/unit-wasm-sys/build.rs b/src/rust/unit-wasm-sys/build.rs
index 3d3ff0e..507099b 100644
--- a/src/rust/unit-wasm-sys/build.rs
+++ b/src/rust/unit-wasm-sys/build.rs
@@ -9,8 +9,8 @@ fn main() {
let dir = env::var("CARGO_MANIFEST_DIR").unwrap();
- // Some generics
println!("cargo:rerun-if-changed=build.rs");
+ println!("cargo:rerun-if-changed=libunit-wasm/include/unit/unit-wasm.h");
// The rustc-link-search tells Cargo to pass the `-L` flag to the
// compiler to add a directory to the library search plugin. The