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
No known key found for this signature in database

View file

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