mirror of https://github.com/kiwix/libkiwix.git
Merge pull request #101 from kiwix/compilation-fixes
Force usage of meson 0.43.0.
This commit is contained in:
commit
c947cceac8
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue