Skip to content

Commit 3ca784f

Browse files
committed
Compatible with cargo --remap-path-prefix
1 parent bcce4cc commit 3ca784f

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)