mirror of
https://github.com/apple/sourcekit-lsp.git
synced 2026-03-02 18:23:24 +01:00
Running sourcekit-lsp built by Swift CI on FreeBSD results in the following error: ``` ld-elf.so.1: Shared object "libswiftCore.so" not found, required by "sourcekit-lsp" ``` The runpath is pointing at a location in CI rather than the binary-relative location where we can find the runtime libraries.