From 80f22b131734449a2b094bc4f2c880ffbf28d2d1 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Fri, 22 Jul 2016 18:29:59 +0200 Subject: [PATCH] scripts/get_aubio.sh: clean-up --- scripts/get_aubio.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh index 72a0539..d3a5a71 100755 --- a/scripts/get_aubio.sh +++ b/scripts/get_aubio.sh @@ -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 @@ 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 --disable-atlas $WAFOPTS +./waf configure --prefix=$PWD/../aubio-dist $WAFOPTS ./waf build -v ./waf install -v popd -- 2.11.0