meson: Fix testing option of authors.md being accidentally pushed
This commit is contained in:
parent
30f1a34750
commit
547abb038e
1 changed files with 1 additions and 1 deletions
|
|
@ -1877,7 +1877,7 @@ custom_target('authors.md',
|
|||
'-o', '@OUTPUT@',
|
||||
'@INPUT@',
|
||||
],
|
||||
build_by_default: true,
|
||||
build_by_default: false,
|
||||
)
|
||||
|
||||
if xmllint.found()
|
||||
|
|
|
|||
Loading…
Reference in a new issue