3
0
Fork 0

Merge pull request #78 from kiwix/patch-1

Look for renamed kiwix-compile-resources script as well
better_search_tool
Matthieu Gautier 9 years ago committed by GitHub
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')

@ -29,7 +29,7 @@ esac
sudo apt-get update -qq
sudo apt-get install -qq python3-pip ${PACKAGES}
pip3 install meson
sudo pip3 install meson
# Ninja
cd $HOME

Loading…
Cancel
Save