mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 02:34:59 -07:00
0496e1e889
Currently, the release build picks up headers in `/Library/Frameworks/Mono.framework/Headers`. You can verify this by downloading the latest nightly build and checking the output of `nvim --version`. These headers are likely to be from a different version of `libintl` than the one we link to. Let's avoid usage of them by setting `CMAKE_FIND_FRAMEWORK` to `NEVER`. |
||
---|---|---|
.. | ||
cmake | ||
CMakeLists.txt |