Skip to content

Commit b1bfb86

Browse files
committed
FIX: Fix rerun in build script
1 parent 9423fb6 commit b1bfb86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ extern crate autocfg;
33
fn main() {
44
let ac = autocfg::new();
55
ac.emit_sysroot_crate("std");
6+
autocfg::rerun_path(file!());
67
}

0 commit comments

Comments
 (0)