summaryrefslogtreecommitdiff
path: root/media-libs/libplacebo/files/libplacebo-4.192.1-python-executable.patch
blob: 8fbad683e3976c539e547c418ff85ecf86ee5222 (plain)
1
2
3
4
5
6
7
8
https://bugs.gentoo.org/731728
--- a/src/meson.build
+++ b/src/meson.build
@@ -9,3 +9,3 @@
 # Dependencies
-prog_python = import('python').find_installation()
+prog_python = import('python').find_installation('python3')
 libm = cc.find_library('m', required: false)