Skip to content

Commit

Permalink
Add missing build.rs in ir crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Nak committed Dec 6, 2024
1 parent f12ea73 commit 3c1494f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/ir/build.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn main() {
#[cfg(test)]
println!("cargo:rerun-if-changed=./test_files");
}

0 comments on commit 3c1494f

Please sign in to comment.