Changes in / [6bfe534:f943a2e]


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Makefile

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

    r6bfe534 rf943a2e  
    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.