From 046a38507028207a871a0bc4c39c23b204670c1c Mon Sep 17 00:00:00 2001 From: naglis <827324+naglis@users.noreply.github.com> Date: Thu, 24 Aug 2023 13:57:03 +0300 Subject: [PATCH] doc/user.rst: use explicit meson setup command The implicit setup command is deprecated since 0.64.0 --- doc/user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/user.rst b/doc/user.rst index bf39aa19a..b55ed1de6 100644 --- a/doc/user.rst +++ b/doc/user.rst @@ -103,7 +103,7 @@ Now configure the source tree: .. code-block:: none - meson . output/release --buildtype=debugoptimized -Db_ndebug=true + meson setup . output/release --buildtype=debugoptimized -Db_ndebug=true The following command shows a list of compile-time options: