commit c19d80b

hovercats  ·  2026-04-17 07:42:50 +0000 UTC
parent 456c3cd
repo/libplacebo: override PATH to avoid erroring out because missing python modules
1 files changed,  +3, -0
+3, -0
 1@@ -2,6 +2,9 @@
 2 
 3 export DESTDIR="$1"
 4 
 5+# Override PATH to avoid /bin/python3 here, as we need /usr/bin/python3
 6+export PATH=/usr/bin:$PATH
 7+
 8 patch -p1 < 0001-remove-the-need-for-vulkan-headers.patch
 9 
10 muon setup \