Skip to content

Commit f64f76d

Browse files
authored
Fix always rebuilding with --remap-path-prefix
1 parent bb4c920 commit f64f76d

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
@@ -4,5 +4,5 @@ fn main() {
44
println!("cargo:rustc-cfg=has_int_exp_fmt");
55
}
66

7-
autocfg::rerun_path(file!());
7+
autocfg::rerun_path("build.rs");
88
}

0 commit comments

Comments
 (0)