view scripts/aubio_waf_msvc.patch @ 198:3a76aa26b578 tip master

wscript: check for 64bit using sys.maxsize (closes #3)
author Paul Brossier <piem@piem.org>
date Mon, 04 Dec 2017 01:42:19 +0100
parents 244d430c358b
children
line wrap: on
line source
diff --git a/scripts/get_aubio.sh b/scripts/get_aubio.sh
index 9d42234..068d889 100755
--- a/scripts/get_aubio.sh
+++ b/scripts/get_aubio.sh
@@ -27,7 +27,7 @@ git clone https://github.com/aubio/aubio aubio || ( pushd aubio; git pull; popd
 #rm -rf 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' $WAFOPTS
 ./waf build -v $WAFOPTS
 ./waf install -v $WAFOPTS
 popd