view scripts/get_waf.sh @ 164:5dc3a9b2b0d9

scripts/aubio_waf_msvc.patch: update
author Paul Brossier <piem@piem.org>
date Sun, 24 Jul 2016 21:05:39 +0200
parents 853f9644ad9c
children
line wrap: on
line source
#! /bin/sh

set -e
set -x

WAFURL=https://waf.io/waf-1.8.22

( which wget > /dev/null && wget -qO waf $WAFURL ) || ( which curl > /dev/null && curl $WAFURL > waf )

chmod +x waf