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 407ea32 commit b5c36d9Copy full SHA for b5c36d9
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