projects
/
aubio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
638190b
)
.appveyor.yml: set python.exe explicitely
author
Paul Brossier
<piem@piem.org>
Sat, 30 Sep 2017 21:41:48 +0000
(23:41 +0200)
committer
Paul Brossier
<piem@piem.org>
Sat, 30 Sep 2017 21:41:48 +0000
(23:41 +0200)
.appveyor.yml
patch
|
blob
|
history
scripts/get_waf.sh
patch
|
blob
|
history
diff --git
a/.appveyor.yml
b/.appveyor.yml
index
6ad8d3a
..
deeed5b
100644
(file)
--- 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
586ffd4
..
42d325d
100755
(executable)
--- 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