diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2022-11-16 23:53:16 -0500 |
---|---|---|
committer | Eli Schwartz <eschwartz@archlinux.org> | 2022-11-17 16:17:40 -0500 |
commit | 32b14b1bb533e10c7344c2e04125a226553c9b9f (patch) | |
tree | 86075efb9a75a9381db1440779358bdf10b0f323 /mesonbuild/modules/rust.py | |
parent | 0d3be23377c82f844aa7f9e9cb6074a8813400a4 (diff) | |
download | meson-32b14b1bb533e10c7344c2e04125a226553c9b9f.zip meson-32b14b1bb533e10c7344c2e04125a226553c9b9f.tar.gz meson-32b14b1bb533e10c7344c2e04125a226553c9b9f.tar.bz2 |
hotdoc module: run hotdoc as an external command during configure
We need to run it as an external command at build time anyway, and we
detect it by looking it up as an ExternalProgram. It seems odd to then
import it into Meson's python interpreter and run the main function.
Moreover, this errors out when you are running two different pythons,
one for Meson and one for hotdoc. For example, when hotdoc is installed
normally, but you're testing Meson against a nondefault newer version of
python.
Diffstat (limited to 'mesonbuild/modules/rust.py')
0 files changed, 0 insertions, 0 deletions