mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-26 22:21:16 -03:00
The custom command for fish.pc had a dependency on FBVF, but it appears that the relative path to FBVF was incorrect and with CMake 3.10.1 under FreeBSD this was consistently causing the build to fail if ../build_tools/git_version_gen.sh hadn't (coincidentally, I think?) already run. Explicitly set the dependency path for FBVF to the binary directory.