diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-04-30 23:57:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-30 23:57:15 +0200 |
commit | 9f9cef1b569e226a87c5c74e455bc4fc76cc2fac (patch) | |
tree | 9d1dab712b9b7f4adf1d309aa4a198cf3576d75a /scripts/gen_vimdoc.py | |
parent | 066db5e7cdaadfb1d2971bdc4b9200f14737d7b6 (diff) | |
download | rneovim-9f9cef1b569e226a87c5c74e455bc4fc76cc2fac.tar.gz rneovim-9f9cef1b569e226a87c5c74e455bc4fc76cc2fac.tar.bz2 rneovim-9f9cef1b569e226a87c5c74e455bc4fc76cc2fac.zip |
build: make lpeg an imported library
Cmake truncates the full link path to a shared library if it is missing
an SONAME in some undocumented scenarios. This causes builds in some
systems to fail if "lpeg" isn't a library on the system path.
The path of imported libraries aren't modified by cmake, so we can use
that as a workaround until a proper solution for this has been
identified.
Closes https://github.com/neovim/neovim/issues/23395.
Diffstat (limited to 'scripts/gen_vimdoc.py')
0 files changed, 0 insertions, 0 deletions