diff --git a/kiwix-build.py b/kiwix-build.py index eee3e19..cf390c0 100755 --- a/kiwix-build.py +++ b/kiwix-build.py @@ -254,7 +254,7 @@ class BuildEnv: self.meson_command = self._detect_meson() if not self.meson_command: sys.exit("ERROR: meson command not fount") - self.mesontest_command = "mesontest" + self.mesontest_command = "meson test" self.setup_build(options.target_platform) self.setup_toolchains() self.options = options diff --git a/travis/install_extra_deps.sh b/travis/install_extra_deps.sh index fa5910c..987c2d0 100755 --- a/travis/install_extra_deps.sh +++ b/travis/install_extra_deps.sh @@ -6,7 +6,7 @@ orig_dir=$(pwd) sudo apt-get update -qq sudo apt-get install -qq python3-pip zlib1g-dev libjpeg-dev -pip3 install --user meson +pip3 install --user meson==0.43.0 pip3 install --user pillow # ninja