From 4736387c1b831b0f9c950d7775f2b9520ac6e76d Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Tue, 14 May 2019 17:51:38 -0400 Subject: [PATCH] meson: Remove spurious subdir_done --- meson.build | 1 - 1 file changed, 1 deletion(-) diff --git a/meson.build b/meson.build index a2156b4..eb18223 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() -- 2.7.4