mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-05 15:38:44 +02:00
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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user