ci: be explicit about the meson setup subcommand

The old way of doing things is deprecated.

Signed-off-by: Eric Engestrom <eric@igalia.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/20827>
This commit is contained in:
Eric Engestrom
2023-01-21 12:51:27 +00:00
committed by Eric Engestrom
parent 4f50eba5a5
commit e4ccd74cbc
2 changed files with 3 additions and 2 deletions

View File

@@ -36,7 +36,7 @@ $depsInstallPath="C:\mesa-deps"
Push-Location $builddir
meson `
meson setup `
--default-library=shared `
--buildtype=release `
--wrap-mode=nodownload `