Skip to content

Commit 8722399

Browse files
committed
Rerun build script on changes to probe.rs
1 parent 0e280fe commit 8722399

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.rs

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ use std::path::Path;
44
use std::process::{self, Command, Stdio};
55

66
fn main() {
7+
println!("cargo:rerun-if-changed=build/probe.rs");
8+
79
let error_generic_member_access;
810
let consider_rustc_bootstrap;
911
if compile_probe(false) {

0 commit comments

Comments
 (0)