.appveyor.yml: set python.exe explicitely
[aubio.git] / scripts / get_waf.sh
index 586ffd4..42d325d 100755 (executable)
@@ -22,7 +22,7 @@ function buildwaf () {
 
   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