doc/user.rst: use explicit meson setup command
The implicit setup command is deprecated since 0.64.0
This commit is contained in:
parent
ba2df05fb4
commit
046a385070
|
@ -103,7 +103,7 @@ Now configure the source tree:
|
||||||
|
|
||||||
.. code-block:: none
|
.. 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:
|
The following command shows a list of compile-time options:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue