Mercurial > hg > vamp-aubio-plugins
view scripts/aubio_waf_msvc.patch @ 162:5e944736a8ed
update build scripts for mingw-w64
author | Paul Brossier <piem@piem.org> |
---|---|
date | Sun, 24 Jul 2016 21:02:05 +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