If you don't have control over the compilation process of the binary, you
can use `install_name_tool` to change the rpath of the binary after it's
been compiled, but that is dependent on how long the new path is and how
much "slack space" the compiler added to the dynamic library header
beforehand.

Reply via email to