Skip to content

Commit

Permalink
DOC: fix example for feature enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
bruchar1 committed Jul 13, 2023
1 parent ecb9de0 commit 81ea3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-guides/meson-args.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ for the ``setup``, ``compile``, ``install``, and ``dist`` keys in the
.. code-block:: toml
[tool.meson-python.args]
setup = ['-Doption=false', '-Dfeature=enable', '-Dvalue=42']
setup = ['-Doption=false', '-Dfeature=enabled', '-Dvalue=42']
compile = ['-j4']
install = ['--tags=bindings']
dist = ['--include-subprojects']
Expand Down

0 comments on commit 81ea3d1

Please sign in to comment.