shithub: aubio

Download patch

ref: b84599d4f3645cb91f25efc62ea216e44a7f4d8b
parent: 638190b1a9f0f19508acbbb8c0b8499f202935c7
author: Paul Brossier <piem@piem.org>
date: Sat Sep 30 19:41:48 EDT 2017

.appveyor.yml: set python.exe explicitely

--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -51,7 +51,7 @@
   - "pip install --upgrade setuptools"
 
 before_build:
-  - bash scripts/get_waf.sh
+  - bash scripts/get_waf.sh --python=%PYTHON%\\python.exe
 
 build_script:
   # build python module without using libaubio
--- a/scripts/get_waf.sh
+++ b/scripts/get_waf.sh
@@ -22,7 +22,7 @@
 
   tar xf $WAFTARBALL
   pushd waf-$WAFVERSION
-  NOCLIMB=1 python waf-light --tools=c_emscripten,syms
+  NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
 
   popd
   popd