We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1758d4f commit fcfe5c2Copy full SHA for fcfe5c2
docs/reference/meson.build
@@ -43,7 +43,7 @@ doc_conf_data.set('abs_top_builddir', built_files_root)
43
doc_conf_data.set('abs_top_srcdir', project_source_root)
44
doc_conf_data.set('SIGCXX_API_VERSION', sigcxx_api_version)
45
doc_conf_data.set('DOXYGEN_TAGFILES', doxygen_tagfiles)
46
-doc_conf_data.set('PERL', perl.path())
+doc_conf_data.set('PERL', perl.found() ? perl.path() : '')
47
48
configure_file(
49
input: 'Doxyfile.in',
0 commit comments