mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-23 02:41:14 -03:00
For paths embedded via `rust-embed`, we only need to rebuild on path changes if the files are actually embedded. To avoid having to remember and duplicate this logic for all embedded paths, extract it into the build helper. Closes #12083