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
+1 -1
View File
@@ -17,7 +17,7 @@ It outputs one `libzstd`, either shared or static, depending on
`cd` to this meson directory (`build/meson`)
```sh
meson --buildtype=release -Dbuild_{programs,contrib}=true builddir
meson setup -Dbin_programs=true -Dbin_contrib=true builddir
cd builddir
ninja # to build
ninja install # to install