# HG changeset patch # User Paul Brossier # Date 1469387139 -7200 # Node ID 5dc3a9b2b0d915af152dd5faba957760e7f810f5 # Parent f1cda26b578c83a9cc111e438325064aad5cbbcc scripts/aubio_waf_msvc.patch: update diff -r f1cda26b578c -r 5dc3a9b2b0d9 scripts/aubio_waf_msvc.patch --- a/scripts/aubio_waf_msvc.patch Sun Jul 24 21:02:23 2016 +0200 +++ b/scripts/aubio_waf_msvc.patch Sun Jul 24 21:05:39 2016 +0200 @@ -1,5 +1,5 @@ diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh -index d3a5a71..9cd413c 100755 +index 9d42234..068d889 100755 --- a/scripts/get_aubio.sh +++ b/scripts/get_aubio.sh @@ -11,7 +11,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd @@ -7,7 +7,7 @@ ./scripts/get_waf.sh #./waf distclean -./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS -+./waf configure --prefix=$PWD/../aubio-dist --msvc_version='msvc 12.0' --msvc_target='x86' - ./waf build -v - ./waf install -v ++./waf configure --prefix=$PWD/../aubio-dist --msvc_version='msvc 12.0' --msvc_target='x86' $WAFOPTS + ./waf build -v $WAFOPTS + ./waf install -v $WAFOPTS popd