Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 neovim#23395.
- Loading branch information