Mercurial > hg > vamp-aubio-plugins
view scripts/aubio_waf_msvc.patch @ 175:18f453a30ac7
scripts/get_aubio.sh: compile against lasts release when VAMP_AUBIO_VERSION_STATUS is empty
author | Paul Brossier <piem@piem.org> |
---|---|
date | Mon, 13 Feb 2017 17:35:29 +0100 |
parents | 5dc3a9b2b0d9 |
children | 8a4c659123be |
line wrap: on
line source
diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh 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 pushd aubio ./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' $WAFOPTS ./waf build -v $WAFOPTS ./waf install -v $WAFOPTS popd