mirror of https://github.com/kiwix/libkiwix.git
Rename compile_resources.py to less generic name
This commit is contained in:
parent
ba35f097d9
commit
5c118a87a1
|
@ -1,5 +1,5 @@
|
|||
|
||||
res_compiler = find_program('compile_resources.py')
|
||||
res_compiler = find_program('kiwix-compile-resources')
|
||||
intermediate_ctpp2c = find_program('ctpp2c.sh')
|
||||
|
||||
install_data(res_compiler.path(), install_dir:get_option('bindir'))
|
||||
|
|
Loading…
Reference in New Issue