changeset 161:01b4286e1dab

scripts/get_aubio.sh: always pass options
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 20:37:41 +0200
parents cd712d0d5e07
children 5e944736a8ed
files scripts/get_aubio.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/get_aubio.sh	Sun Jul 24 20:32:44 2016 +0200
+++ b/scripts/get_aubio.sh	Sun Jul 24 20:37:41 2016 +0200
@@ -12,7 +12,7 @@
 ./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