Skip to content

meson: Fix build on macOS

James Westman requested to merge jwestman/gtk:fix-meson-on-macos into gtk-3-24

Previously, Meson failed to run on macOS. This was because a value that should have been an array of strings was instead a single string.

Merge request reports