Skip to content

meson: use correct module file extension on macOS

David Lechner requested to merge dlech/gtk:module-ext into master

GModule requires the .so file extension on macOS for historic reasons. However Meson defaults to .dylib for modules, so we need to override it to get the correct extension.

Fixes #3645 (closed).

Merge request reports