summaryrefslogtreecommitdiff
path: root/0001-use-right-python-path.patch
blob: ed87597328370d7cb160df70cfeeb34aa5ebed8e (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Makefile	2024-03-21 15:50:49.000000000 +0800
+++ Makefile	2024-04-14 22:59:47.417807442 +0800
@@ -1,7 +1,7 @@
 LDFLAGS ?= ""
 CFLAGS ?= "-O0"
 
-PYAV_PYTHON ?= python
+PYAV_PYTHON ?= /usr/bin/python3
 PYTHON := $(PYAV_PYTHON)