This commit is contained in:
John Smith
2022-01-23 11:12:54 -05:00
parent 2eeb8e52f2
commit 1decd333c8
4 changed files with 221 additions and 154 deletions

View File

@@ -83,5 +83,5 @@ fn main() {
.wait()
.expect("flutter_rust_bridge_codegen was not running");
println!("cargo:rerun-if-changed=src/api.c");
println!("cargo:rerun-if-changed={}", input_path.to_str().unwrap());
}