Look for renamed kiwix-compile-resources script as well

See https://github.com/kiwix/kiwix-lib/pull/76
This commit is contained in:
Kunal Mehta 2017-08-08 10:36:55 -04:00 committed by Matthieu Gautier
parent fa3f33d3c7
commit cd72a2d73c

View File

@ -1,4 +1,4 @@
res_compiler = find_program('compile_resources.py')
res_compiler = find_program('kiwix-compile-resources', 'compile_resources.py')
subdir('server')