From 35859a3689148e1ca7802fc4bc496008acc25ca6 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Wed, 13 Dec 2017 16:47:41 +0100 Subject: [PATCH] Force usage of meson 0.43.0. Static compilation is broken with meson 0.44.0 --- travis/install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/install_deps.sh b/travis/install_deps.sh index 5194748e7..326e1ab2b 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -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