Skip to content

Commit a95a0f5

Browse files
authored
Prevent hyperlight_guest from always rebuilding even with no new updates (#507)
Signed-off-by: Ludvig Liljenberg <[email protected]>
1 parent 831a52a commit a95a0f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/hyperlight_guest/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ fn copy_includes<P: AsRef<Path>, Q: AsRef<Path> + std::fmt::Debug>(include_dir:
4141

4242
fn cargo_main() {
4343
println!("cargo:rerun-if-changed=third_party");
44-
println!("cargo:rerun-if-changed=include");
4544

4645
let mut cfg = cc::Build::new();
4746

0 commit comments

Comments
 (0)