We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db0506f commit e3c9d96Copy full SHA for e3c9d96
mp4parse_capi/build.rs
@@ -1,6 +1,7 @@
1
extern crate cheddar;
2
3
fn main() {
4
+ println!("cargo:rerun-if-changed=src/lib.rs");
5
// Generate mp4parse.h.
6
cheddar::Cheddar::new().expect("could not read manifest")
7
.insert_code("// THIS FILE IS AUTOGENERATED BY mp4parse-rust/build.rs - DO NOT EDIT\n\n")
0 commit comments