Skip to content

girepository: add support for relocations

Andoni Morales requested to merge ylatuya/glib:gi_relocation into main

Relocation is a common scenario in macOS applications and frameworks. This commit provides a mechanism to support relocations by inferring the typelib dir from the path of the loaded image libgirepository-1.0.dylib.

This MR has been ported from gobject-introspection!395 (closed)

  • Disable relocations for static builds
  • Validate unit test in Windows
Edited by Andoni Morales

Merge request reports