fix ci build

adding the examples/ if/endif broke the sed that's used to remove extra
subdirs in ci
This commit is contained in:
John Cupitt 2022-09-11 11:36:33 +01:00
parent d836166087
commit 81dc91927d
1 changed files with 3 additions and 3 deletions

View File

@ -683,12 +683,12 @@ subdir('libvips')
if get_option('gtk_doc')
subdir('doc')
endif
if get_option('examples')
subdir('examples')
endif
subdir('cplusplus')
subdir('man')
subdir('po')
subdir('tools')
if get_option('examples')
subdir('examples')
endif
subdir('test')
subdir('fuzz')