- Timestamp:
- Sep 30, 2017, 8:19:48 PM (7 years ago)
- 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:
- 23facac, 4deb255
- Parents:
- 89bc6f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/get_waf.sh
r89bc6f4 r5b679ba 4 4 set -x 5 5 6 WAFURL=https://waf.io/waf- 1.9.126 WAFURL=https://waf.io/waf-2.0.1 7 7 8 8 ( 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.