Use zimlib 1.4

This commit is contained in:
Kelson 2016-10-13 14:57:32 +02:00
parent 30e1cb5d6c
commit 5ae1da6451

View File

@ -216,7 +216,7 @@ LIBICU_INCLUDES = [os.path.join(LIBICU_SRC, 'i18n'),
# root folder for libzim
LIBZIM_SRC = os.path.join(os.path.dirname(CURRENT_PATH),
'src', 'dependencies', 'zimlib-1.3')
'src', 'dependencies', 'zimlib-1.4')
# headers for libzim
LIBZIM_INCLUDES = [os.path.join(LIBZIM_SRC, 'include')]