urbdyn / rules_fish

Bazel toolchain rules for Fish shell.
Apache License 2.0
2 stars 0 forks source link

Add optional dependencies to fish build #16

Open Matthew-Benson opened 1 month ago

Matthew-Benson commented 1 month ago

Include optional Fish dependencies ncurses and gettext as dependencies similarly to the way pcre2 was handled.

I think today, the fish cmake build will still try to get ncurses from the local system, so that's not good.