Skip to content

Commit

Permalink
chore(python): only trigger build.rs file if that file itself has cha… (
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Nov 24, 2022
1 parent 80fa8c4 commit 6e07e82
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions py-polars/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
fn main() {
#[cfg(feature = "build_info")]
{
println!("cargo:rerun-if-changed=build.rs");
extern crate built;
use std::env;
use std::path::Path;
Expand Down

0 comments on commit 6e07e82

Please sign in to comment.