meson: Fix deprecated build warnings on build options

Meson now reserves the `build_` prefix for options
This commit is contained in:
Lzu Tao
2019-06-29 02:22:39 +07:00
parent 4d156854fe
commit 8e590a1af3
4 changed files with 14 additions and 14 deletions
+3 -3
View File
@@ -203,9 +203,9 @@ matrix:
--buildtype=debugoptimized \
-Db_lundef=false \
-Dauto_features=enabled \
-Dbuild_programs=true \
-Dbuild_tests=true \
-Dbuild_contrib=true \
-Dbin_programs=true \
-Dbin_tests=true \
-Dbin_contrib=true \
-Ddefault_library=both \
build/meson builddir
- pushd builddir