Skip to content

Commit

Permalink
Fix always rebuilding with --remap-path-prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 authored Nov 6, 2020
1 parent bb4c920 commit f64f76d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ fn main() {
println!("cargo:rustc-cfg=has_int_exp_fmt");
}

autocfg::rerun_path(file!());
autocfg::rerun_path("build.rs");
}

0 comments on commit f64f76d

Please sign in to comment.