mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-13 09:11:33 -04:00
Force usage of meson 0.43.0.
Static compilation is broken with meson 0.44.0
This commit is contained in:
parent
9b3da52f00
commit
35859a3689
@ -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…
x
Reference in New Issue
Block a user