forked from kiwix/kiwix-tools
Merge pull request #78 from kiwix/patch-1
Look for renamed kiwix-compile-resources script as wellbetter_search_tool
commit
a2627e81c4
@ -1,4 +1,4 @@
|
||||
|
||||
res_compiler = find_program('compile_resources.py')
|
||||
res_compiler = find_program('kiwix-compile-resources', 'compile_resources.py')
|
||||
|
||||
subdir('server')
|
||||
|
||||
Loading…
Reference in new issue