diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2021-10-04 11:12:29 -0400 |
---|---|---|
committer | Eli Schwartz <eschwartz93@gmail.com> | 2021-10-08 17:47:35 -0400 |
commit | 329d111709ab5c5140f75f29c7176c9546de5770 (patch) | |
tree | 101c75a8dab9b02784d8401cb1d6877f0f241a05 /docs/markdown/Python-module.md | |
parent | 5316c7df62926d49149053b5d8ccfb4a0042856e (diff) | |
download | meson-329d111709ab5c5140f75f29c7176c9546de5770.zip meson-329d111709ab5c5140f75f29c7176c9546de5770.tar.gz meson-329d111709ab5c5140f75f29c7176c9546de5770.tar.bz2 |
python: Add platlibdir and purelibdir options
Diffstat (limited to 'docs/markdown/Python-module.md')
-rw-r--r-- | docs/markdown/Python-module.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Python-module.md b/docs/markdown/Python-module.md index 5d7b5ed..0602955 100644 --- a/docs/markdown/Python-module.md +++ b/docs/markdown/Python-module.md @@ -128,6 +128,9 @@ Install actual python sources (`.py`). All positional and keyword arguments are the same as for [[install_data]], with the addition of the following: +*Since 0.60.0* `python.platlibdir` and `python.purelibdir` options can be used +to control the default installation path. See [Python module options](Builtin-options.md#python-module). + - `pure`: On some platforms, architecture independent files are expected to be placed in a separate directory. However, if the python sources should be installed alongside an extension module @@ -154,6 +157,9 @@ directly, for example when using [[configure_file]]. This function accepts no arguments, its keyword arguments are the same as [][`install_sources()`]. +*Since 0.60.0* `python.platlibdir` and `python.purelibdir` options can be used +to control the default installation path. See [Python module options](Builtin-options.md#python-module). + **Returns**: A string #### `language_version()` |