Revert "[doc] Don’t skip building on Windows"
This reverts commit 196e739cf28456cd8b7989377c3df6a5fe468dd7.
This commit is contained in:
parent
6d80aba49e
commit
fc8fa18418
@ -1,3 +1,8 @@
|
|||||||
|
if build_machine.system() == 'windows'
|
||||||
|
message('Skipping gtk-doc while building on Windows')
|
||||||
|
subdir_done()
|
||||||
|
endif
|
||||||
|
|
||||||
if not find_program('gtkdoc-scan', required: get_option('docs')).found()
|
if not find_program('gtkdoc-scan', required: get_option('docs')).found()
|
||||||
message('Not building documentation as gtk-doc was not found')
|
message('Not building documentation as gtk-doc was not found')
|
||||||
subdir_done()
|
subdir_done()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user