Merge pull request #101 from kiwix/compilation-fixes

Force usage of meson 0.43.0.
This commit is contained in:
Matthieu Gautier 2017-12-13 16:10:22 +00:00 committed by GitHub
commit c947cceac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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