mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-31 22:38:47 +00:00
meson: Fix usage of python3 variable which was renamed recently
This commit is contained in:
parent
528bbcf67e
commit
f966b3a573
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ build_hotdoc = true
|
||||||
plugins_doc = []
|
plugins_doc = []
|
||||||
sitemap = 'all_index.md\n'
|
sitemap = 'all_index.md\n'
|
||||||
|
|
||||||
list_plugin_res = run_command(python3, '-c',
|
list_plugin_res = run_command(python, '-c',
|
||||||
'''
|
'''
|
||||||
import sys
|
import sys
|
||||||
import json
|
import json
|
||||||
|
|
Loading…
Reference in a new issue