mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Prefer python3 in build-VMs
This commit is contained in:
parent
4866baacf5
commit
484048bd0c
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ fi
|
||||||
if [ "$(id -u)" = "0" ]; then
|
if [ "$(id -u)" = "0" ]; then
|
||||||
apt-get -qq -y install build-essential \
|
apt-get -qq -y install build-essential \
|
||||||
${DEBIANPKGS} \
|
${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
|
#fixup mingw64 ccache for now
|
||||||
if test -d /usr/lib/ccache -a -f /usr/bin/ccache; then
|
if test -d /usr/lib/ccache -a -f /usr/bin/ccache; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue