mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-14 16:46:28 +01:00
Use python2 explicitely instead of assuming that the python binary is version 2.
This commit is contained in:
2
lib-src/lv2/configure
vendored
2
lib-src/lv2/configure
vendored
@@ -5,7 +5,7 @@ function waf
|
|||||||
pkg="$1"
|
pkg="$1"
|
||||||
shift
|
shift
|
||||||
pushd >/dev/null ${pkg}
|
pushd >/dev/null ${pkg}
|
||||||
python waf --prefix="." --include="." $@ configure || exit 1
|
python2 waf --prefix="." --include="." $@ configure || exit 1
|
||||||
popd >/dev/null
|
popd >/dev/null
|
||||||
|
|
||||||
if [ "${pkg}" == "lv2" ]
|
if [ "${pkg}" == "lv2" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user