Changeset 80e9efc


Ignore:
Timestamp:
Mar 17, 2017, 12:26:30 AM (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, sampler
Children:
f943a2e
Parents:
67b6618
Message:

scripts/get_waf.sh: really bump to 1.9.6, remove unused variable in Makefile

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    r67b6618 r80e9efc  
    1111
    1212WAFCMD=python waf
    13 WAFURL=https://waf.io/waf-1.9.6
    1413
    1514#WAFOPTS:=
  • scripts/get_waf.sh

    r67b6618 r80e9efc  
    44set -x
    55
    6 WAFURL=https://waf.io/waf-1.8.22
     6WAFURL=https://waf.io/waf-1.9.6
    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.