mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +02:00
Merge branch 'gbsneto/python-find' into 'main'
build: Let Meson figure out Python installation See merge request GNOME/glib!2928
This commit is contained in:
commit
2843eef4a4
@ -2271,7 +2271,7 @@ endif
|
|||||||
|
|
||||||
glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline)
|
glib_conf.set('HAVE_PROC_SELF_CMDLINE', have_proc_self_cmdline)
|
||||||
|
|
||||||
python = import('python').find_installation('python3')
|
python = import('python').find_installation()
|
||||||
# used for '#!/usr/bin/env <name>'
|
# used for '#!/usr/bin/env <name>'
|
||||||
python_name = 'python3'
|
python_name = 'python3'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user