Skip to content

gitypelib.c: on macOS, treat @-prefixed shlib paths as absolute

On macOS, @-prefixed shlib paths (@rpath, @executable_path, @loader_path) need to be treated as absolute. Trying to combine them with a configured library path produces a mangled path that is unresolvable and may cause unintended side effects (such as loading the library from a fall-back location on macOS 12.01).

Edited by Rok Mandeljc

Merge request reports