neovim/cmake.deps
dundargoc aa90d521de build: fix universal mac builds
Cmake 3.28+ will fail if two projects download the same file to prevent
scheduling problems. This can be circumvented by downloading luajit to a
unique location for each target. This is theoretically non-optimal since
we need to download the same file three times for universal builds, but
universal builds are rare and the convenience of this method outweighs
setting up the dependencies optimally. This fixes the currently broken
release workflow for mac.

Closes https://github.com/neovim/neovim/issues/26526.

(cherry picked from commit d5c656c7d0)
2023-12-18 21:17:13 +01:00
..
cmake build: fix universal mac builds 2023-12-18 21:17:13 +01:00
CMakeLists.txt build(deps): bump tree-sitter-lua to v0.0.18 2023-08-28 11:03:42 +09:00