summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorAndrew Clayton <a.clayton@nginx.com>2023-08-26 02:14:42 +0100
committerAndrew Clayton <a.clayton@nginx.com>2023-08-26 02:14:42 +0100
commit39aa9cc9e780a91f2ec27e43cb69cbef6f941067 (patch)
tree31caffbadaad77387138068b61c56e2990d1b0fb /src
parent20258279dfc38390317c6617f91cc094797ef9ec (diff)
downloadunit-wasm-39aa9cc9e780a91f2ec27e43cb69cbef6f941067.tar.gz
unit-wasm-39aa9cc9e780a91f2ec27e43cb69cbef6f941067.tar.bz2
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 <a.clayton@nginx.com>
Diffstat (limited to 'src')
-rw-r--r--src/rust/unit-wasm-sys/build.rs1
1 files changed, 0 insertions, 1 deletions
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