From 39aa9cc9e780a91f2ec27e43cb69cbef6f941067 Mon Sep 17 00:00:00 2001 From: Andrew Clayton Date: Sat, 26 Aug 2023 02:14:42 +0100 Subject: Rust/unit-wasm-sys: Remove reference to wrapper.h from build.rs There is no wrapper.h in the repository. Signed-off-by: Andrew Clayton --- src/rust/unit-wasm-sys/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/rust/unit-wasm-sys/build.rs b/src/rust/unit-wasm-sys/build.rs index cf6daf5..bd8d3a5 100644 --- a/src/rust/unit-wasm-sys/build.rs +++ b/src/rust/unit-wasm-sys/build.rs @@ -11,7 +11,6 @@ fn main() { // Some generics println!("cargo:rerun-if-changed=build.rs"); - println!("cargo:rerun-if-changed=wrapper.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 -- cgit