summaryrefslogtreecommitdiff
path: root/cscript
blob: 3f6ce4f105b8b1a40c68871f3f65c1909d4a2cb9 (plain)
1
2
3
4
def build(target, options):
    target.command('./waf configure --without-libsndfile --prefix=%s' % target.directory)
    target.command('./waf build install')