mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Trigger rebuild if builtin source changes
This commit is contained in:
parent
e1d539c7b6
commit
2137467f0b
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ add_definitions(-D_REENTRANT)
|
||||||
# cargo needs to be rerun when the sources change.
|
# cargo needs to be rerun when the sources change.
|
||||||
# This is imperfect, but the ninja generator really wants to
|
# This is imperfect, but the ninja generator really wants to
|
||||||
# not run cargo, so we need to tell it *something*
|
# not run cargo, so we need to tell it *something*
|
||||||
FILE(GLOB sources src/*)
|
FILE(GLOB sources src/* src/*/* src/*/*/*)
|
||||||
|
|
||||||
# Define a function to link dependencies.
|
# Define a function to link dependencies.
|
||||||
function(FISH_LINK_DEPS_AND_SIGN target)
|
function(FISH_LINK_DEPS_AND_SIGN target)
|
||||||
|
|
Loading…
Reference in a new issue