Skip to content

Commit f0e329a

Browse files
bors[bot]dingelish
andauthored
Merge #27
27: Compatible with cargo --remap-path-prefix r=cuviper a=dingelish As discussed in [num-traits issue 139](rust-num/num-traits#139). Co-authored-by: Yu Ding <[email protected]>
2 parents bcce4cc + 3ca784f commit f0e329a

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
@@ -10,5 +10,5 @@ fn main() {
1010
panic!("i128 support was not detected!");
1111
}
1212

13-
autocfg::rerun_path(file!());
13+
autocfg::rerun_path("build.rs");
1414
}

0 commit comments

Comments
 (0)