meson: use new 'python' module instead of deprecated 'python3' one
https://github.com/mesonbuild/meson/pull/4169
This commit is contained in:
parent
7ea556d034
commit
cb21aed7dc
@ -48,7 +48,7 @@ subprojects = [
|
|||||||
['gst-python', { 'option': get_option('python') }],
|
['gst-python', { 'option': get_option('python') }],
|
||||||
]
|
]
|
||||||
|
|
||||||
python3 = import('python3').find_python()
|
python3 = import('python').find_installation()
|
||||||
symlink = '''
|
symlink = '''
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user