mirror of
https://github.com/neovim/neovim.git
synced 2026-04-26 17:24:18 +00:00
Introduce ALLOW_EXISTING_SRC_DIR option, turned off by default. The Homebrew formula, which downloads and extracts the third-party dependency sources before starting the build, would turn this option ON.
Third party dependencies for neovim
This directory contains the recipes to build any third party dependencies for neovim which, for one reason or another, we cannot rely on the system to supply.
Most of the details are captured in the CMakeLists.txt, but we have a
dedicated directory in case any of the dependencies requires patching and other
support.