diff options
author | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 02:14:42 +0100 |
---|---|---|
committer | Andrew Clayton <a.clayton@nginx.com> | 2023-08-26 02:14:42 +0100 |
commit | 39aa9cc9e780a91f2ec27e43cb69cbef6f941067 (patch) | |
tree | 31caffbadaad77387138068b61c56e2990d1b0fb | |
parent | 20258279dfc38390317c6617f91cc094797ef9ec (diff) | |
download | unit-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>
-rw-r--r-- | src/rust/unit-wasm-sys/build.rs | 1 |
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 |