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 861d4a5 commit 94007a7Copy full SHA for 94007a7
src/hyperlight_guest/build.rs
@@ -41,7 +41,6 @@ fn copy_includes<P: AsRef<Path>, Q: AsRef<Path> + std::fmt::Debug>(include_dir:
41
42
fn cargo_main() {
43
println!("cargo:rerun-if-changed=third_party");
44
- println!("cargo:rerun-if-changed=include");
45
46
let mut cfg = cc::Build::new();
47
0 commit comments