Skip to content
Snippets Groups Projects
Commit cb21aed7 authored by Tim-Philipp Müller's avatar Tim-Philipp Müller :tropical_fish:
Browse files

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

https://github.com/mesonbuild/meson/pull/4169
parent 7ea556d0
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ subprojects = [
['gst-python', { 'option': get_option('python') }],
]
python3 = import('python3').find_python()
python3 = import('python').find_installation()
symlink = '''
import os
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment