From: Flole998 Date: Wed, 14 Oct 2020 13:38:36 +0000 (+0200) Subject: Attempt to fix focal build in doozer X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0fb31c67cbd6285e1310ff06064fa96aa524a73;p=thirdparty%2Ftvheadend.git Attempt to fix focal build in doozer --- diff --git a/.doozer.json b/.doozer.json index 04d8f7e6a..8caf65b7a 100644 --- a/.doozer.json +++ b/.doozer.json @@ -239,7 +239,7 @@ "ccache" ], "buildcmd": [ - "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", + "AUTOBUILD_CONFIGURE_EXTRA=--enable-ccache\\ --enable-ffmpeg_static\\ --enable-hdhomerun_static\\ --python=python3 ./Autobuild.sh -t ${TARGET} -j ${PARALLEL} -w ${WORKDIR}", "support/bintray.py publish filelist.txt", ] },