mirror of
https://github.com/pcvolkmer/osc-variant.git
synced 2025-04-19 11:46:50 +00:00
Recompile if c header file changed
This commit is contained in:
parent
1746026af8
commit
df643b5e60
@ -27,5 +27,6 @@ use std::io::Error;
|
||||
fn main() -> Result<(), Error> {
|
||||
cc::Build::new().file("src/deob.c").compile("deob");
|
||||
println!("cargo:rerun-if-changed=src/deob.c");
|
||||
println!("cargo:rerun-if-changed=src/deob.h");
|
||||
Ok(())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user