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