blob: 9f1b2efabaf6411f5832ffbc907089473d56a3d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/meson.build
+++ b/meson.build
@@ -278,7 +278,7 @@ endif
gpl_allowed = get_option('gpl').allowed()
-python3 = import('python').find_installation()
+python3 = 'python3'
subdir('gst')
subdir('ext')
|