diff --git a/meson.build b/meson.build index a2156b4c24..eb18223c2e 100644 --- a/meson.build +++ b/meson.build @@ -111,7 +111,6 @@ if meson.is_cross_build() or build_machine.system() == 'windows' endif message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.') - subdir_done() else hotdoc_p = find_program('hotdoc', required : get_option('doc')) if hotdoc_p.found()