Skip to content

Commit

Permalink
Rerun build script on changes to probe.rs
Browse files Browse the repository at this point in the history
dtolnay committed Dec 30, 2023

Verified

This commit was signed with the committer’s verified signature.
rouault Even Rouault
1 parent 0e280fe commit 8722399
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.rs
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ use std::path::Path;
use std::process::{self, Command, Stdio};

fn main() {
println!("cargo:rerun-if-changed=build/probe.rs");

let error_generic_member_access;
let consider_rustc_bootstrap;
if compile_probe(false) {

0 comments on commit 8722399

Please sign in to comment.