meson: Use 'meson setup' to configure

This removes a deprecation warning when using 'meson' without 'setup'.
This commit is contained in:
René de Hesselle
2023-08-14 13:24:28 +02:00
committed by Philip Withnall
parent 73efc47ddd
commit 0c73ff3a08
4 changed files with 18 additions and 18 deletions

View File

@@ -13,7 +13,7 @@ set args=%args:~1%
:: FIXME: make warnings fatal
pip3 install --upgrade --user meson==1.0.0 || goto :error
meson %args% _build || goto :error
meson setup %args% _build || goto :error
python .gitlab-ci/check-missing-install-tag.py _build || goto :error
ninja -C _build || goto :error