diff options
author | dundargoc <gocdundar@gmail.com> | 2023-12-16 14:54:41 +0100 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-12-16 16:47:22 +0100 |
commit | 896b400bff5ccc3d369bc19ab78bc4b5a8d88066 (patch) | |
tree | e9aa59f3c7955dccb15797912a974c4e67e85db2 /runtime/lua/vim/_meta/options.lua | |
parent | 69f5f0e20e81ef3b6cb5ea011eda024e6e277acf (diff) | |
download | rneovim-896b400bff5ccc3d369bc19ab78bc4b5a8d88066.tar.gz rneovim-896b400bff5ccc3d369bc19ab78bc4b5a8d88066.tar.bz2 rneovim-896b400bff5ccc3d369bc19ab78bc4b5a8d88066.zip |
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.
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
0 files changed, 0 insertions, 0 deletions