Skip to content

Commit a65cb01

Browse files
authored
Merge pull request #431 from openzim/better-libzim-version-check
Better check libzim version
2 parents da760e7 + ed6ba51 commit a65cb01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

meson.build

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ if static_linkage
1717
endif
1818
endif
1919

20-
libzim_dep = dependency('libzim', version:'>=9.2.0', static:static_linkage)
21-
libzim_dep = dependency('libzim', version:'<10.0.0', static:static_linkage)
20+
libzim_dep = dependency('libzim', version:['>=9.2.0', '<10.0.0'], static:static_linkage)
2221

2322
with_xapian_support = compiler.has_header_symbol('zim/zim.h', 'LIBZIM_WITH_XAPIAN')
2423

0 commit comments

Comments
 (0)