view scripts/aubio_waf_msvc.patch @ 160:cd712d0d5e07

rename INSTALL.foo to build_foo.sh
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 20:32:44 +0200
parents 891a8bb7eb56
children 5dc3a9b2b0d9
line wrap: on
line source
diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh
index d3a5a71..9cd413c 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'
 ./waf build -v
 ./waf install -v
 popd