diff --git a/docs/how-to-guides/meson-args.rst b/docs/how-to-guides/meson-args.rst index 87ee68e1..c8aa8751 100644 --- a/docs/how-to-guides/meson-args.rst +++ b/docs/how-to-guides/meson-args.rst @@ -190,6 +190,10 @@ permanently in the project's ``pyproject.toml``: [tool.meson-python.args] setup = ['--vsenv'] + # In case you want to build Windows wheels using cibuildwheel + [tool.cibuildwheel.windows] + config-settings = { setup-args = ["--vsenv"] } + To set this option temporarily at build-time: .. tab-set::