Merge branch 'meson-python-module' into 'master'

meson: use the new 'python' module instead of the 'python3' one

Closes #1455

See merge request GNOME/glib!187
This commit is contained in:
Nirbheek Chauhan
2018-07-23 11:17:47 +00:00
4 changed files with 7 additions and 8 deletions

View File

@@ -92,7 +92,7 @@ python_tools = [
python_tools_conf = configuration_data()
python_tools_conf.set('VERSION', glib_version)
python_tools_conf.set('PYTHON', python.path())
python_tools_conf.set('PYTHON', python_name)
foreach tool: python_tools
tool_bin = configure_file(