scripts/get_aubio.sh: always pass options
[vamp-aubio-plugins.git] / scripts / aubio_waf_msvc.patch
1 diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh
2 index d3a5a71..9cd413c 100755
3 --- a/scripts/get_aubio.sh
4 +++ b/scripts/get_aubio.sh
5 @@ -11,7 +11,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd
6  pushd aubio
7  ./scripts/get_waf.sh
8  #./waf distclean
9 -./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS
10 +./waf configure --prefix=$PWD/../aubio-dist --msvc_version='msvc 12.0' --msvc_target='x86'
11  ./waf build -v
12  ./waf install -v
13  popd