mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
Problem: build.zig always downloads dependencies and statically links them, which is frowned upon by distro packagers. Solution: Add option to use system libraries.