summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFilipe Laíns <lains@riseup.net>2024-11-22 23:13:43 +0000
committerJussi Pakkanen <jussi.pakkanen@mailbox.org>2025-08-28 22:09:20 +0300
commit59c3dd1fdf1677e3754449314337277083327b03 (patch)
tree200e389f02d1b37e0f2eccd1987650edf029534c /docs
parente38545b00061dafddd601a1959946ab3a531ba13 (diff)
downloadmeson-59c3dd1fdf1677e3754449314337277083327b03.tar.gz
python: add a python.build_config option (PEP 739)
Signed-off-by: Filipe Laíns <lains@riseup.net> Signed-off-by: Michał Górny <mgorny@quansight.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Builtin-options.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md
index c23eaae3a..e52ba3f5d 100644
--- a/docs/markdown/Builtin-options.md
+++ b/docs/markdown/Builtin-options.md
@@ -444,6 +444,7 @@ install prefix. For example: if the install prefix is `/usr` and the
| platlibdir | | Directory path | Directory for site-specific, platform-specific files (Since 0.60.0) |
| purelibdir | | Directory path | Directory for site-specific, non-platform-specific files (Since 0.60.0) |
| allow_limited_api | true | true, false | Disables project-wide use of the Python Limited API (Since 1.3.0) |
+| build_config | | File path | Specifies the Python build configuration file (PEP 739) (Since 1.9.0) |
*Since 0.60.0* The `python.platlibdir` and `python.purelibdir` options are used
by the python module methods `python.install_sources()` and