mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-12-22 18:16:28 +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 = []
|
||||
sitemap = 'all_index.md\n'
|
||||
|
||||
list_plugin_res = run_command(python3, '-c',
|
||||
list_plugin_res = run_command(python, '-c',
|
||||
'''
|
||||
import sys
|
||||
import json
|
||||
|
|
Loading…
Reference in a new issue