scripts/aubio_waf_msvc.patch: remove fuzz
[vamp-aubio-plugins.git] / scripts / aubio_waf_msvc.patch
1 diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh
2 index 9d42234..068d889 100755
3 --- a/scripts/get_aubio.sh
4 +++ b/scripts/get_aubio.sh
5 @@ -25,7 +25,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd
6  #rm -rf 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' $WAFOPTS
11  ./waf build -v $WAFOPTS
12  ./waf install -v $WAFOPTS
13  popd