Meson build system: do not fail if latexmk cannot be detected

master
Sébastien Villemot 2023-09-20 14:58:01 +02:00
parent d881bf84ec
commit 7b8fed192d
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
latexmk_exe = find_program('latexmk', required : false)
latexmk_exe = find_program('latexmk', required : false, disabler : true)
# We have to set TEXINPUTS because the current directory is not the source
# directory when latexmk is invoked (and using the -cd option in combination