Skip to content

Commit 6e929fa

Browse files
authored
Merge pull request #124 from cuviper/rerun_path
Use a plain relative path for autocfg::rerun_path
2 parents e603553 + b6c5963 commit 6e929fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

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

0 commit comments

Comments
 (0)