We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd67eca commit 3ef9ce8Copy full SHA for 3ef9ce8
build.rs
@@ -90,7 +90,9 @@ fn emit_rerun_if_changed() {
90
println!("cargo:rerun-if-changed=build.rs");
91
92
// Template files
93
- println!("cargo:rerun-if-changed=nghttp2/lib/includes/nghttp2/nghttp2ver.h.in");
+ println!(
94
+ "cargo:rerun-if-changed=nghttp2/lib/includes/nghttp2/nghttp2ver.h.in"
95
+ );
96
println!("cargo:rerun-if-changed=nghttp2/lib/libnghttp2.pc.in");
97
98
// Header files (public)
0 commit comments