scripts/get_aubio.sh: always pass options
[vamp-aubio-plugins.git] / scripts / get_aubio.sh
index d3a5a71..9d42234 100755 (executable)
@@ -12,7 +12,7 @@ pushd aubio
 ./scripts/get_waf.sh
 #./waf distclean
 ./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS
 ./scripts/get_waf.sh
 #./waf distclean
 ./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS
-./waf build -v
-./waf install -v
+./waf build -v $WAFOPTS
+./waf install -v $WAFOPTS
 popd
 popd
 popd
 popd