Mercurial > hg > vamp-aubio-plugins
comparison scripts/aubio_waf_msvc.patch @ 186:8a4c659123be
scripts/aubio_waf_msvc.patch: remove fuzz
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 22:20:48 +0100 |
parents | 5dc3a9b2b0d9 |
children | 244d430c358b |
comparison
equal
deleted
inserted
replaced
185:3bc50a5ba12f | 186:8a4c659123be |
---|---|
1 diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh | 1 diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh |
2 index 9d42234..068d889 100755 | 2 index 9d42234..068d889 100755 |
3 --- a/scripts/get_aubio.sh | 3 --- a/scripts/get_aubio.sh |
4 +++ b/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 | 5 @@ -25,7 +25,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd |
6 pushd aubio | 6 #rm -rf aubio |
7 ./scripts/get_waf.sh | 7 ./scripts/get_waf.sh |
8 #./waf distclean | 8 #./waf distclean |
9 -./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS | 9 -./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS |
10 +./waf configure --prefix=$PWD/../aubio-dist --msvc_version='msvc 12.0' --msvc_target='x86' $WAFOPTS | 10 +./waf configure --prefix=$PWD/../aubio-dist --msvc_version='msvc 12.0' --msvc_target='x86' $WAFOPTS |
11 ./waf build -v $WAFOPTS | 11 ./waf build -v $WAFOPTS |