build: Use "meson setup" instead of just "meson"

Gets rid of a warning.
This commit is contained in:
Benjamin Otte 2024-03-28 21:07:18 +01:00
parent 710d8b948b
commit a34c018592

View File

@ -44,7 +44,7 @@ export CCACHE_DIR="${CCACHE_BASEDIR}/_ccache"
ccache --zero-stats
ccache --show-stats
export CCACHE_DISABLE=true
meson \
meson setup \
-Dx11-backend=false \
-Dwayland-backend=false \
-Dwin32-backend=true \