mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/tvheadend: fix python3 detection
Fixes: http://autobuild.buildroot.net/results/101/101d1caa355c2d7ee1762b394c1bf4e29350bd06// Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
committed by
Arnout Vandecappelle (Essensium/Mind)
parent
eb75d71b80
commit
29932ece35
@@ -154,7 +154,7 @@ define TVHEADEND_CONFIGURE_CMDS
|
||||
--arch="$(ARCH)" \
|
||||
--cpu="$(GCC_TARGET_CPU)" \
|
||||
--nowerror \
|
||||
--python="$(HOST_DIR)/bin/python" \
|
||||
--python="$(HOST_DIR)/bin/python3" \
|
||||
--enable-dvbscan \
|
||||
--enable-bundle \
|
||||
--enable-pngquant \
|
||||
|
||||
Reference in New Issue
Block a user