From b84599d4f3645cb91f25efc62ea216e44a7f4d8b Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sat, 30 Sep 2017 23:41:48 +0200 Subject: [PATCH] .appveyor.yml: set python.exe explicitely --- .appveyor.yml | 2 +- scripts/get_waf.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6ad8d3ad..deeed5bf 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,7 +51,7 @@ install: - "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 diff --git a/scripts/get_waf.sh b/scripts/get_waf.sh index 586ffd4d..42d325dd 100755 --- a/scripts/get_waf.sh +++ b/scripts/get_waf.sh @@ -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 -- 2.11.0