Skip to content
Snippets Groups Projects
Commit b120a02b authored by Arfrever Frehtes Taifersar Arahesis's avatar Arfrever Frehtes Taifersar Arahesis Committed by Dylan Baker
Browse files

meson: Improve detection of Python when using Meson >=0.50.

Previously, on systems where multiple versions of Python 3 (e.g. 3.6 and 3.7)
are installed, wrong version of Python 3 could have been used.

The proper fix requires availability of path() method in Meson's python
module, which has been added in Meson 0.50:
https://github.com/mesonbuild/meson/pull/4616

Distro Bug: https://bugs.gentoo.org/671308


Signed-off-by: default avatarArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Reviewed-by: default avatarDylan Baker <dylan@pnwbakers.com>

v2: - Add missing `endif` keyword (Dylan)
parent c81c784a
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment