Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sdroege/gst-plugin-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2022-09-08 19:23:59 +0300
committerSebastian Dröge <sebastian@centricular.com>2022-09-09 10:01:12 +0300
commitf966b3a57332b146e79a9b374283409a0fbfc671 (patch)
tree78f1356d249696be294404acc06d2436572425bb /docs/meson.build
parent528bbcf67e32accaa548b8f104fd8c3177c9f9f0 (diff)
meson: Fix usage of python3 variable which was renamed recently
Diffstat (limited to 'docs/meson.build')
-rw-r--r--docs/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/meson.build b/docs/meson.build
index 6d710715..03d34c04 100644
--- a/docs/meson.build
+++ b/docs/meson.build
@@ -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