Skip to content

meson: fix darwin_versions

Tom Schoonjans requested to merge tschoonj/gtk:fix-darwin-version into gtk-3-24

This commit fixes the values passed to darwin_versions. When transitioning from an autotools build, one should always use:

[lt_current + 1, '@0@.@1@.0'.format(lt_current + 1, lt_revision)]

Merge request reports