Skip to content

Commit 58a4fcf

Browse files
committed
?! (ci)
1 parent 76bb4dd commit 58a4fcf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

crates/fluidsim/build.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
use spirv_builder::{MetadataPrintout, SpirvBuilder};
22

33
fn main() -> Result<(), Box<dyn std::error::Error>> {
4-
println!("cargo:rerun-if-changed=../physics/**/*");
4+
println!(
5+
"cargo:rerun-if-changed={}/../physics/**/*",
6+
env!("CARGO_MANIFEST_DIR")
7+
);
58
println!("cargo:rerun-if-changed=build.rs");
69
print!("");
710

0 commit comments

Comments
 (0)