Changeset 92ab78e for scripts/get_waf.sh


Ignore:
Timestamp:
Sep 30, 2017, 11:50:31 PM (7 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
3cc0022
Parents:
7d3b6b8
Message:

.appveyor.yml: try another workaround for appveyor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    r7d3b6b8 r92ab78e  
    2323  tar xf $WAFTARBALL
    2424  pushd waf-$WAFVERSION
     25  [ -x $PYTHON ] || PYTHON=`which python`
    2526  NOCLIMB=1 python waf-light --tools=c_emscripten,syms $*
    2627
Note: See TracChangeset for help on using the changeset viewer.