Skip to content

Commit b663d07

Browse files
committed
Add rerun-if-changed for cpp_src in gpubench-sys/build.rs to prevent stale C++ engine library compilation cache in Rust builds
1 parent 6ec6461 commit b663d07

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gpubench-sys/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ fn main() {
2828
println!("cargo:rerun-if-changed=src/lib.rs");
2929
println!("cargo:rerun-if-changed=src/bridge.cpp");
3030
println!("cargo:rerun-if-changed=../CMakeLists.txt");
31+
println!("cargo:rerun-if-changed=../cpp_src");
3132
}

0 commit comments

Comments
 (0)