meson: Remove spurious subdir_done
This commit is contained in:
parent
b46c29525f
commit
4736387c1b
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user