mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 21:55:36 +10:00
The issue is that libuv decides to use ${PREFIX}/lib64 as the lib
directory instead of ${PREFIX}/lib. Since we're just installing it to
provide access to the static library, let's just force the libdir to be
${PREFIX}/lib.
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.