Skip to content

Commit b6c5963

Browse files
committed
Use a plain relative path for autocfg::rerun_path
1 parent e603553 commit b6c5963

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)