Mercurial > hg > vamp-aubio-plugins
changeset 156:e20eb5ee1731
scripts/get_aubio.sh: clean-up
author | Paul Brossier <piem@piem.org> |
---|---|
date | Fri, 22 Jul 2016 18:29:59 +0200 |
parents | a34d587bd0f5 |
children | 891a8bb7eb56 |
files | scripts/get_aubio.sh |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/get_aubio.sh Fri Jul 22 18:09:21 2016 +0200 +++ b/scripts/get_aubio.sh Fri Jul 22 18:29:59 2016 +0200 @@ -3,8 +3,6 @@ set -e set -x -which cl.exe && WAFOPTS='--msvc_version="msvc 12.0" --msvc_target="x86"' - mkdir -p contrib pushd contrib git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd ) @@ -13,7 +11,7 @@ pushd aubio ./scripts/get_waf.sh #./waf distclean -./waf configure --prefix=$PWD/../aubio-dist --disable-atlas $WAFOPTS +./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS ./waf build -v ./waf install -v popd