diff --git a/lib-src/lv2/configure b/lib-src/lv2/configure index d27c9f29f..4cf75865d 100755 --- a/lib-src/lv2/configure +++ b/lib-src/lv2/configure @@ -5,7 +5,7 @@ function waf pkg="$1" shift pushd >/dev/null ${pkg} - python waf --prefix="." --include="." $@ configure || exit 1 + python2 waf --prefix="." --include="." $@ configure || exit 1 popd >/dev/null if [ "${pkg}" == "lv2" ]