comparison scripts/aubio_waf_msvc.patch @ 157:891a8bb7eb56

.appveyor.yml: use patch to pass correct flags to aubio/waf on windows
author Paul Brossier <piem@piem.org>
date Fri, 22 Jul 2016 18:52:56 +0200
parents
children 5dc3a9b2b0d9
comparison
equal deleted inserted replaced
156:e20eb5ee1731 157:891a8bb7eb56
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