mirror of
https://github.com/neovim/neovim.git
synced 2026-05-22 12:54:18 +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.