summaryrefslogtreecommitdiff
path: root/hstcal/build.sh
blob: a10e61f5245077e56090ab2c17c6e2b7e7b303be (plain) (blame)
1
2
3
4
5
6
7
if [[ `uname` == Darwin ]]; then
    export CC=`which gcc`
fi

./waf configure --destdir=$PREFIX
./waf build
./waf install