Force usage of meson 0.43.0.

Static compilation is broken with meson 0.44.0
This commit is contained in:
Matthieu Gautier
2017-12-13 16:47:41 +01:00
parent 9b3da52f00
commit 35859a3689

View File

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