mirror of
https://github.com/neovim/neovim.git
synced 2026-04-03 06:09:27 +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.