mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 03:31:05 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ subprojects = [
|
|||
['gst-python', { 'option': get_option('python') }],
|
||||
]
|
||||
|
||||
python3 = import('python3').find_python()
|
||||
python3 = import('python').find_installation()
|
||||
symlink = '''
|
||||
import os
|
||||
|
||||
|
|
Loading…
Reference in a new issue