# HG changeset patch # User Paul Brossier # Date 1469204999 -7200 # Node ID e20eb5ee1731e180809abb30a9bc72bd40249d0b # Parent a34d587bd0f540b25cc23a713f2aaa42e3f9c4d2 scripts/get_aubio.sh: clean-up diff -r a34d587bd0f5 -r e20eb5ee1731 scripts/get_aubio.sh --- 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