mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-10 04:41:15 -03:00
Trigger rebuild if builtin source changes
This commit is contained in:
@@ -96,7 +96,7 @@ add_definitions(-D_REENTRANT)
|
||||
# cargo needs to be rerun when the sources change.
|
||||
# This is imperfect, but the ninja generator really wants to
|
||||
# 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.
|
||||
function(FISH_LINK_DEPS_AND_SIGN target)
|
||||
|
||||
Reference in New Issue
Block a user