From d0fb31c67cbd6285e1310ff06064fa96aa524a73 Mon Sep 17 00:00:00 2001 From: Flole998 Date: Wed, 14 Oct 2020 15:38:36 +0200 Subject: [PATCH] Attempt to fix focal build in doozer --- .doozer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", ] }, -- 2.47.2