diff options
| author | LLLL Colonq <llll@colonq> | 2026-05-06 21:50:59 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-05-06 21:50:59 -0400 |
| commit | 74cea7a27d4dd4db5534d88df60c66982f53254b (patch) | |
| tree | c3f5da63540f431398410b89112b5d0ad1ad8afd /crates | |
| parent | 1ad2a510cd2950c7b90ef4ad3447cf6dc9d18010 (diff) | |
Rerun build.rs on flake.lock change
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/teleia/build.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/teleia/build.rs b/crates/teleia/build.rs index f08efa4..57dba5b 100644 --- a/crates/teleia/build.rs +++ b/crates/teleia/build.rs @@ -1,4 +1,5 @@ fn main() { + println!("cargo::rerun-if-changed=flake.lock"); match &*std::env::var("CARGO_CFG_TARGET_ARCH").unwrap() { "x86_64" => if let Ok(p) = std::env::var("LIBCOLONQ_PIT_NATIVE") { println!("cargo::rustc-link-search={}", p); |
