mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
Fix incremental compilation of src/libc.c with cargo
src/libc.c changes were not being picked up.
This commit is contained in:
parent
c53a494f52
commit
cf3d3f6497
1 changed files with 1 additions and 0 deletions
1
build.rs
1
build.rs
|
@ -24,6 +24,7 @@ fn main() {
|
||||||
.unwrap(),
|
.unwrap(),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
rsconf::rebuild_if_path_changed("src/libc.c");
|
||||||
cc::Build::new()
|
cc::Build::new()
|
||||||
.file("src/libc.c")
|
.file("src/libc.c")
|
||||||
.include(build_dir)
|
.include(build_dir)
|
||||||
|
|
Loading…
Reference in a new issue