scripts/get_aubio.sh: always pass options
authorPaul Brossier <piem@piem.org>
Sun, 24 Jul 2016 18:37:41 +0000 (20:37 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 24 Jul 2016 18:37:41 +0000 (20:37 +0200)
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