Skip to content

Work/split ci branch

rpath fixes: separate id rpath from shared libs rpath. LC_RPATH is always empty on macOS unless explicitly set. (we do this in _boostrap install, but we remove it with rpath-fix) We always add loader_path pointing to relative dir from file to /lib. note on libs/bins inside frameworks rpath must include PGK.framework/path/to/lib/ leaving only the library basename will always lead to an error.

Merge request reports