Changeset 23facac for scripts


Ignore:
Timestamp:
Sep 30, 2017, 8:22:13 PM (6 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:
fee0094
Parents:
9fabad5 (diff), 5b679ba (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' into PR/simplify_emscripten

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    r9fabad5 r23facac  
    44set -x
    55
    6 WAFURL=https://waf.io/waf-1.9.12
     6WAFURL=https://waf.io/waf-2.0.1
    77
    88( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )
Note: See TracChangeset for help on using the changeset viewer.