From: Paul Brossier Date: Sun, 24 Jul 2016 18:37:41 +0000 (+0200) Subject: scripts/get_aubio.sh: always pass options X-Git-Tag: 0.5.1~30 X-Git-Url: https://git.aubio.org/?p=vamp-aubio-plugins.git;a=commitdiff_plain;h=19379fb6ed2c6439702b0b9ff0f735e562529e53 scripts/get_aubio.sh: always pass options --- diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh index d3a5a71..9d42234 100755 --- a/scripts/get_aubio.sh +++ b/scripts/get_aubio.sh @@ -12,7 +12,7 @@ pushd aubio ./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