summaryrefslogtreecommitdiff
path: root/source4/configure.waf
blob: 40dfac6de443c3947f3aae05ef20489e6e420fda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

echo "Using waf based build"

WAF=../buildtools/bin/waf

# don't enable WAFCACHE by default till it is
# size limited
#export WAFCACHE=$HOME/.wafcache
#mkdir -p $WAFCACHE

$WAF configure $*