Update relevant files after moving meson to build/

Update meson build instructions
This commit is contained in:
Lzu Tao
2018-12-01 23:18:59 +07:00
parent beb13bd87e
commit 0669392937
3 changed files with 15 additions and 8 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ script:
&& python3.5 get-pip.py --user
&& rm get-pip.py
&& pip3.5 install --user meson ninja;
mkdir contrib/meson/build;
mkdir build/meson/build;
pushd "$_";
meson --buildtype=debug -Dbuild_contrib=true -Dbuild_tests=true ..
&& ninja