Skip to content

build: Fix va_copy check

Iñigo Martínez requested to merge inigomartinez/glade:meson-va_copy-fix into master

There is a misplaced closing parenthesis in va_copy check that triggers a warning in meson.

It has been fixed by placing it properly.

Merge request reports