1
1
mirror of https://gitlab.gnome.org/GNOME/gimp.git synced 2025-10-06 01:12:40 +02:00

meson: Fix testing option of authors.md being accidentally pushed

This commit is contained in:
Bruno Lopes
2025-04-17 15:10:12 -03:00
parent 30f1a34750
commit 547abb038e

View File

@@ -1877,7 +1877,7 @@ custom_target('authors.md',
'-o', '@OUTPUT@',
'@INPUT@',
],
build_by_default: true,
build_by_default: false,
)
if xmllint.found()