mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 07:04:29 +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(),
|
||||
);
|
||||
|
||||
rsconf::rebuild_if_path_changed("src/libc.c");
|
||||
cc::Build::new()
|
||||
.file("src/libc.c")
|
||||
.include(build_dir)
|
||||
|
|
Loading…
Reference in a new issue