Skip to content

Commit 2b39658

Browse files
committed
Compatible with cargo --remap-path-prefix
1 parent b359fc7 commit 2b39658

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ fn main() {
1616
autocfg::emit("has_const_fn");
1717
}
1818

19-
autocfg::rerun_path(file!());
19+
autocfg::rerun_path("build.rs");
2020
}

0 commit comments

Comments
 (0)