Changeset fc9c60e for scripts/get_waf.sh


Ignore:
Timestamp:
Jul 2, 2020, 3:34:26 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
e836160
Parents:
1ec59e4 (diff), 9c730b5 (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 feature/autosink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • scripts/get_waf.sh

    r1ec59e4 rfc9c60e  
    44#set -x
    55
    6 WAFVERSION=2.0.17
     6WAFVERSION=2.0.20
    77WAFTARBALL=waf-$WAFVERSION.tar.bz2
    88WAFURL=https://waf.io/$WAFTARBALL
     
    4949popd
    5050
    51 cp -prv $WAFBUILDDIR/waf-$WAFVERSION/waf $PWD
     51cp -prv $WAFBUILDDIR/waf-$WAFVERSION/waf "$PWD"
    5252chmod +x waf
    5353
Note: See TracChangeset for help on using the changeset viewer.