neovim/third-party
Daniel Hahler 4c6628a7eb deps: fix BuildLuv without bundled libuv
Fixes:

    % rm -rf .deps
    % cmake -DUSE_BUNDLED_LUV=ON -DUSE_BUNDLED=OFF -S third-party -B .deps
    % cmake --build .deps
    ...
    [ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o
    /home/daniel/Vcs/neovim/.deps/build/src/luv/src/luv.c:20:10: fatal error: c-api/compat-5.3.h: No such file or directory
       20 | #include "c-api/compat-5.3.h"
          |          ^~~~~~~~~~~~~~~~~~~~
    compilation terminated.

This was broken since 78f1eccc8, where apparently the `LUA_COMPAT53_DIR`
was defined in a wrong location.
2020-11-16 13:52:50 +01:00
..
cmake deps: fix BuildLuv without bundled libuv 2020-11-16 13:52:50 +01:00
patches deps/msvc: gettext 0.20.1 2020-02-06 14:08:06 -06:00
CMakeLists.txt deps(tree-sitter): dump to 0.17.3 2020-11-03 13:40:44 +01:00