Mercurial > hg > vamp-aubio-plugins
changeset 164:5dc3a9b2b0d9
scripts/aubio_waf_msvc.patch: update
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sun, 24 Jul 2016 21:05:39 +0200 |
parents | f1cda26b578c |
children | 2ccbca010cc8 |
files | scripts/aubio_waf_msvc.patch |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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