doc/user.rst: use explicit meson setup command

The implicit setup command is deprecated since 0.64.0
This commit is contained in:
naglis 2023-08-24 13:57:03 +03:00
parent ba2df05fb4
commit 046a385070
1 changed files with 1 additions and 1 deletions

View File

@ -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: