From: Ryan Egesdahl <ryan@deriamis.net>
The current build method will correctly link with `libcbqn`, but only
if `LD_LIBRARY_PATH` is set (which, incidentally, `build.bqn` doesn't
set properly). However, we can just use `rpath` in a cross-platform
way to avoid the need. This benefits end-users by making sure they
don't need to move or copy `libcbqn` to where ever `bqnlsp` is
located.
Originally I left out setting RPATH here because I thought people may
distribute the binary version of bqnlsp. Thinking about this now this is
a silly assumption as the dynamic executable probably won't work between
installations anyway due to glibc incompatibilities etc.
Whoops, replied directly to you, not to the mailing list. Seems like I
don't know how to use sr.ht either :D The message follows:
Hi, thank you for the patch!