mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
meson: Remove spurious subdir_done
This commit is contained in:
parent
b46c29525f
commit
4736387c1b
1 changed files with 0 additions and 1 deletions
|
@ -111,7 +111,6 @@ if meson.is_cross_build() or build_machine.system() == 'windows'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.')
|
message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.')
|
||||||
subdir_done()
|
|
||||||
else
|
else
|
||||||
hotdoc_p = find_program('hotdoc', required : get_option('doc'))
|
hotdoc_p = find_program('hotdoc', required : get_option('doc'))
|
||||||
if hotdoc_p.found()
|
if hotdoc_p.found()
|
||||||
|
|
Loading…
Reference in a new issue