diff options
| author | Charles Brunet <charles.brunet@optelgroup.com> | 2025-08-29 08:37:09 -0400 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-10-14 09:24:17 -0700 |
| commit | 64eb00379d6efc24f08606737eed6edf110e6c73 (patch) | |
| tree | c9526612c4df9b856f966f21e3a325ace26c1df9 /docs/markdown | |
| parent | 7bae4ed773f9ecca1e0e737461bf5e5aabb68812 (diff) | |
| download | meson-64eb00379d6efc24f08606737eed6edf110e6c73.tar.gz | |
doc: fix version for build_config option
was wrongly tagged in 59c3dd1
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Builtin-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Builtin-options.md b/docs/markdown/Builtin-options.md index 22bdcb892..9ab2066fc 100644 --- a/docs/markdown/Builtin-options.md +++ b/docs/markdown/Builtin-options.md @@ -450,7 +450,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) | +| build_config | | File path | Specifies the Python build configuration file (PEP 739) (Since 1.10.0) | *Since 0.60.0* The `python.platlibdir` and `python.purelibdir` options are used by the python module methods `python.install_sources()` and |
