From 484048bd0c78edf26a7394b90cec4eefb4c22b69 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 6 Dec 2024 22:15:19 +0100 Subject: [PATCH] Prefer python3 in build-VMs --- tools/x-win/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/x-win/compile.sh b/tools/x-win/compile.sh index 611f777211..a1875b704b 100755 --- a/tools/x-win/compile.sh +++ b/tools/x-win/compile.sh @@ -34,7 +34,7 @@ fi if [ "$(id -u)" = "0" ]; then apt-get -qq -y install build-essential \ ${DEBIANPKGS} \ - git autoconf automake libtool pkg-config yasm python + git autoconf automake libtool pkg-config yasm python3 python-is-python3 #fixup mingw64 ccache for now if test -d /usr/lib/ccache -a -f /usr/bin/ccache; then